aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.09k stars 2.14k forks source link

StateMachine definition deprecated, example for using definitionBody instead #888

Closed mmarinm closed 1 year ago

mmarinm commented 1 year ago

Sample application is still using the deprecated definition approach in StateMachine python example. I replaced this sample-app to use definitionBody: DefinitionBody.fromChainable()

Fixes #868


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.