ion icon indicating copy to clipboard operation
ion copied to clipboard

AWS Step Functions

Open garretcharp opened this issue 1 year ago • 7 comments

Any chance the way step functions are built with CDK could be copied for Ion? The default pulumi def is a pain to use.

CDK: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions-readme.html

Update: To make the request here a bit more clear, I specifically want to be able to create a step function using code instead of using the json string definition (and dont want to deploy with CDK). CDK step functions were super nice to use because of how easy it was to build without needing to reference the AWS console to try and use the visual builder or god forbid try to figure out the json format everytime you need to update or create a new step function.

garretcharp avatar May 05 '24 19:05 garretcharp