UNPKG

cfn-responder

Version:

A module for sending CloudFormation compatible responses from AWS Lambda

42 lines (29 loc) 1.16 kB
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.2] - 2016-12-16 - Added debug level output to all callbacks to Lambda ## [1.0.1] - 2016-12-16 - Use winston logs instead of loglevel ## [1.0.0] - 2016-11-20 ### Added - options object - returnError option - if `true` (default) will return any errors within cfn-responder back to AWS Lambda (causing a rerun of the script). If `false` all the script will log the error and return success back to AWS Lambda (preventing any script re-run). - logLevel - configuration with `rc` which can set logLevel or returnError through options or the ENV ## [0.1.6] - 2016-07-06 ### Fixed - When returning FAILED to CloudFormation exit the lambda function with a success to prevent retries. [issue #1] - Always return PhysicalResourceId, even for FAILED Create requests. [issue #2] ## [0.1.5] - 2016-04-12 ### Added - If event.Reason exists then it will be used as the error value ### Changed - If the CloudFormation resource fails the error will be logged and returned to context.done