cfn-include icon indicating copy to clipboard operation
cfn-include copied to clipboard

Preprocessor for CloudFormation templates with support for loops and flexible include statements

Results 22 cfn-include issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.766.0 to 2.1030.0. Release notes Sourced from aws-sdk's releases. Release v2.1030.0 See changelog for more information. Release v2.1029.0 See changelog for more information. Release v2.1028.0 See changelog...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

This is more of a question. I'm trying to come up with some combination of the available native CloudFormation and cfn-include tools to achieve the following - but so far...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Allow included documents to be pre-processed and inject env vars without needing !GetEnv

Cool pre-processor! Will this work for request and response mapping with AppSync?

I would really love the following to be possible: (syntax is just a proposal) ``` "Fn::Map": [ [ {"zone":"a","net":"0"}, {"zone":"b","net":"1"}, {"zone":"c","net":"2"} ], "az", { "Subnet${az.zone}": { "Type": "AWS::EC2::Subnet", "Properties": {...

@monken `feat!: capital one features and more Fn::*` I think the main one that may be controversial is `Fn::Eval` as it allows you to execute Javascript inside of yaml, essentially...