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) 230 B
'use strict'; const configUtils = require('@serverless/utils/config'); function getFrameworkId() { const config = configUtils.getGlobalConfig('getFrameworkId'); return config.frameworkId; } module.exports = getFrameworkId;