UNPKG

bam-lambda

Version:

Serverless framework for AWS Lambda and API Gateway

7 lines (6 loc) 126 B
module.exports = function configTemplate(accountNumber, roleName) { return { accountNumber, role: roleName, }; };