'use strict'; const configUtils = require('@serverless/utils/config'); function getFrameworkId() { const config = configUtils.getGlobalConfig('getFrameworkId'); return config.frameworkId; } module.exports = getFrameworkId;