v0.9.0
New Feature:
- new
type: stringintroduced (thanks to @rschick) which makes it easier to include files as strings for use withFn::Suband without the infamousFn::Joinsyntax.
Deprecated:
type: literalis deprecated asFn::Submade working with Refs so much easier. Check outtype: string, I've also updated the README to usetype: stringeverywhere.- 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.