UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

11 lines (7 loc) 234 B
'use strict'; const configUtils = require('@serverless/utils/config'); function getFrameworkId() { const config = configUtils.getConfig('getFrameworkId'); return config.frameworkId; } module.exports = getFrameworkId;