Kilian Klugepragmaticnotes.hashnode.dev·May 17, 2024Creating global parameters in AWS Step Functions state machinesWhen working with AWS Step Functions, it's sometimes useful to have access to variable values that you can set when launching a state machine execution, are available to all states, but are not part of the JSON data that is passed between states. Som...Discuss·426 readsMissing ExamplesASL
Kilian Klugepragmaticnotes.hashnode.dev·Apr 27, 2024Integrating AWS Step Functions ASL state machine definitions into CDK stacks in PythonAWS Step Functions state machines are defined in the JSON-based Amazon States Language (ASL). However, writing and maintaining ASL by hand is cumbersome. Therefore, most developers will prefer using the AWS Step Functions Workflow Studio in the AWS c...Discuss·279 readsBest PracticesCDK