Alynchos
Results
2
issues of
Alynchos
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. ``` const [delimiter,...
bug
The supported cdk functions are: ``` { templateName: 'Ref', resolver: () => 'aws' }, { templateName: 'Fn::GetAtt', resolver: fnGetAtt }, { templateName: 'Fn::Join', resolver: fnJoin } ``` In a multi-stack...
enhancement