Open alynchos opened 2 years ago
@alynchos can you tell where did you make this fix to resolve the error?
@alynchos can you tell where did you make this fix to resolve the error?
I made a local fork and added that code here: https://github.com/nathanagez/aws-cdk-state-machine-asl/blob/main/index.js#L15
If a state machine is filled with simple
Pass
states,cdk
synthesizes it into a definition string already. When this occurs, this code breaks the entire process.A simple fix I made locally to bypass this is: