Releases: robessog/cfn-resolver-cli
Releases · robessog/cfn-resolver-cli
[Bugfix]: Empty resource node + safe check FnGetAttNode
Fn::Split support
v.1.1.5 FnSplit support
Fn::ImportValue resolution
Fn::ImportValue resolvers
Define yout Fn::ImportValue resolvers in the parameter map as the following:
{
"Fn::ImportValueResolvers": {
"OtherStacksExportedKey1": "MyFakeImportedValue1"
}
}Resolving Fn::GetAtt ... Arn when resources is in template
Built in ARN schemas:
- AWS::Lambda::Function
- AWS::SNS::Topic
- AWS::SQS::Queue
- AWS::CloudWatch::Alarm
- AWS::S3::Bucket
User can define additional custom ARN schemas in parameters. Example can be found in in tests:
GetAtt can resolve attributes from the template
- GetAtt can resolve attributes from the template
- Bugfix for empty arrays
Fixing usage example in README.md
v1.1.1 fixing readme usage example
Fixing typos in public API
Changes
Summary
Fixed some typos in public APIs in a backward compatible way.
RefResolversfield in the stack parameters had a typo, this new version works bothRefResolversandRefResolveres
To be safe we increase the minor version, but this is not be a breaking change.
Contributors
Big thanks to the contributors:
Support for aws-cn AZs
v1.0.7 adding aws-cn partition support
Support for FnSplit, FnSelect and FnGetAZs
v1.0.6 support for FnSelect, FnSplit and FnGetAZs