We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890a7b2 commit 8912eb3Copy full SHA for 8912eb3
PetAdoptions/cdk/pet_stack/lib/services/stepfn.ts
@@ -60,7 +60,7 @@ export class PetAdoptionsStepFn extends Construct {
60
61
62
this.stepFn = new sfn.StateMachine(this, 'StateMachine', {
63
- definition,
+ definitionBody: sfn.DefinitionBody.fromChainable(definition),
64
tracingEnabled: true,
65
timeout: Duration.minutes(5)
66
});
0 commit comments