lamda-cfn-response
v1.0.0
Published
This modules handles the response for lambda based custom resources in AWS CloudFormation
Downloads
4
Maintainers
Readme
lamda-cfn-response
Send response to the pre-signed S3 URL for lambda based custom resources in AWS CloudFormation.
Install
$ npm install --save lamda-cfn-response
Usage
var response = require('cfn-response');
response.send(event, context, callback, response.FAILED, res);
response.send(event, context, callback, response.SUCCESS, res);
License
MIT © smart-devs