Slide 25
Slide 25 text
4UBUF.BDIJOFEF
fi
OFEJO"4-:".-
w-PBE"4-:".-
6TJOHQMBDFIPMEFSTGPSSFGFSFODFWBMVFTJOTUBUFNBDIJOF
// State Machine
this.stateMachine = new StateMachine(this, 'FirstProcessingStateMachine', {
stateMachineName: `${props.projectName}-first-processing-state-machine`,
role: stateMachineRole,
definitionBody: DefinitionBody.fromFile(
'resources/step-functions/state-machine.asl.yaml'
),
definitionSubstitutions: {
ToChangeFormatFunctionArn: props.toChangeFormatFunction.functionArn,
SnsTopicArn: props.snsTopic.topicArn,
}
});