v0.9.0
New Feature:
- new
type: string
introduced (thanks to @rschick) which makes it easier to include files as strings for use withFn::Sub
and without the infamousFn::Join
syntax.
Deprecated:
type: literal
is deprecated asFn::Sub
made working with Refs so much easier. Check outtype: string
, I've also updated the README to usetype: 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.