Skip to content

Releases: robessog/cfn-resolver-cli

[Bugfix]: Empty resource node + safe check FnGetAttNode

12 Nov 20:53

Choose a tag to compare

Fn::Split support

21 Jan 20:04

Choose a tag to compare

v.1.1.5

FnSplit support

Fn::ImportValue resolution

16 Dec 01:54

Choose a tag to compare

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

15 Dec 05:22

Choose a tag to compare

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

13 Dec 00:21

Choose a tag to compare

  • GetAtt can resolve attributes from the template
  • Bugfix for empty arrays

Fixing usage example in README.md

11 Dec 21:55
c12c786

Choose a tag to compare

v1.1.1

fixing readme usage example

Fixing typos in public API

11 Dec 21:46

Choose a tag to compare

Changes

Summary

Fixed some typos in public APIs in a backward compatible way.

  • RefResolvers field in the stack parameters had a typo, this new version works both RefResolvers and RefResolveres

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

07 Dec 02:47

Choose a tag to compare

v1.0.7

adding aws-cn partition support

Support for FnSplit, FnSelect and FnGetAZs

06 Dec 20:29

Choose a tag to compare

v1.0.6

support for FnSelect, FnSplit and FnGetAZs