Releases: emdgroup/cfn-custom-resource
Releases · emdgroup/cfn-custom-resource
v1.3.3
Update lambda runtime to NodeJS 8.10 (NodeJS 10.x is not yet supported in CloudFormation when the code is provided inline).
v1.3.2
- fix issue where ${PhysicalResourceId} was not properly replaced in an update
v1.3.1
- Fixed a bug where the special
${PhysicalResourceId}
variable was not interpolated in a Delete.
v1.3.0
- Added support for cross-region and cross-account resources.
v1.2.0
- fixed issue with deletion of custom resources in combination with the magic
${Random}
variable.
- added automated tests that launch a CloudFormation template.
v1.1.3
- fix issue with
${Random}
not being resolved properly
- increased Lambda timeout to 5min
v1.1.2
- truncate response data if response body is > 4096 bytes
- fix issue where the variable ${PhysicalId} was replaced if it was in a nested object
v1.1.1
- fixed issue with Reason code not being a string