andrew-templeton / cfn-lambda

CloudFormation custom resource helper for Lambda Node.js runtime
MIT License
82 stars 22 forks source link

Feat: add ability to pass NoEcho to response object #47

Open erezrokah opened 5 years ago

erezrokah commented 5 years ago

NoEcho can be used to mask the output of the custom resource. See here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html

I've also added some tests, and made sure to shutdown the http server at the end of the tests (otherwise the npm test command never exits).