Creating global parameters in AWS Step Functions state machines
When 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...
pragmaticnotes.hashnode.dev3 min read