UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

11 lines (7 loc) 214 B
'use strict'; const configUtils = require('./config'); function getFrameworkId() { const config = configUtils.getGlobalConfig('getFrameworkId'); return config.frameworkId; } module.exports = getFrameworkId;