nathanagez / aws-cdk-state-machine-asl

Convert your CDK state machine to an ASL file
26 stars 2 forks source link

Don't concat ref with arn #2

Closed elthrasher closed 2 years ago

elthrasher commented 2 years ago

Fixes https://github.com/nathanagez/aws-cdk-state-machine-asl/issues/1

Checks to see if we're going to concat the Ref with "Arn" and just returns the Ref in this case as that can be used by SAM.

nathanagez commented 2 years ago

Sorry I was busy, I also updated the npm package and the version number! 🚀 Thank you for your contribution