ASL = Amazon States Language (JSON-based)
When I tried to deploy by copying some of the features of yml file (CloudFormation Template), the step function workflow kept failing because CDK is not a level 1 construct where I have to specify everything.
CDK performs those parameters or input by itself. I just needed to specify some parts that will be required such as the DynamoDB Table name.
Then, my step function performed well by getting the json values. :)
p.s. I tried to find these functions for ages, but I could not find them. And just removing those parameter declarations from a definition of state makes everything easier.
'AWS > CDK' 카테고리의 다른 글
Host a static website on S3 using AWS CDK (0) | 2022.09.24 |
---|---|
AWS CloudFormation Versioning (0) | 2022.06.29 |
CDK use existing CloudFormation Output Value in AWS Server + StepFunction (0) | 2022.06.17 |
[AWS CDK] Testing Constructs (0) | 2022.04.07 |
[AWS CDK] Clean up CDK Stack (0) | 2022.04.06 |