lamda-cfn-response

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i lamda-cfn-response

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • smart-devs