Skip to content

Releases: emdgroup/cfn-custom-resource

v1.3.3

21 May 16:41
Compare
Choose a tag to compare

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

03 Jul 11:12
Compare
Choose a tag to compare
  • fix issue where ${PhysicalResourceId} was not properly replaced in an update

v1.3.1

05 Jun 08:54
Compare
Choose a tag to compare
  • Fixed a bug where the special ${PhysicalResourceId} variable was not interpolated in a Delete.

v1.3.0

31 May 11:04
Compare
Choose a tag to compare
  • Added support for cross-region and cross-account resources.

v1.2.0

22 Jan 14:58
Compare
Choose a tag to compare
  • 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

11 Dec 13:45
Compare
Choose a tag to compare
  • fix issue with ${Random} not being resolved properly
  • increased Lambda timeout to 5min

v1.1.2

14 Sep 18:57
Compare
Choose a tag to compare
  • 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

11 Sep 14:39
Compare
Choose a tag to compare
  • fixed issue with Reason code not being a string

v1.1.0

01 Sep 20:05
Compare
Choose a tag to compare
readme