Skip to content

v0.9.0

Compare
Choose a tag to compare
@monken monken released this 11 Apr 05:25
· 84 commits to master since this release

New Feature:

  • new type: string introduced (thanks to @rschick) which makes it easier to include files as strings for use with Fn::Sub and without the infamous Fn::Join syntax.

Deprecated:

  • type: literal is deprecated as Fn::Sub made working with Refs so much easier. Check out type: string, I've also updated the README to use type: string everywhere.
  • Node < v4 is deprecated. AWS Lambda has deprecated their v0.10.42 runtime as well which was the only reason this module is still supporting this old version.

Fixed Bugs:

  • If the included file was empty, cfn-include would go into an infinite loop. That has been fixed.