UNPKG

sls-dev-tools

Version:

The Dev Tools for the Serverless World

9 lines (7 loc) 167 B
"use strict"; function abbreviateFunction(fullFuncName, stackName) { return fullFuncName.replace(`${stackName}-`, ""); } module.exports = { abbreviateFunction };