[text] invoke_sfn

Viewer

copydownloadembedprintName: invoke_sfn
  1. import boto3
  2.  
  3. sfn_client = boto3.client('stepfunctions')
  4.  
  5. state_machine_arn = 'arn:aws:states:ap-south-1:447484940236:stateMachine:AwsStepWFTest'
  6. response = sfn_client.start_execution(
  7.     stateMachineArn=state_machine_arn
  8. )

Editor

You can edit this paste and save as new:


File Description
  • invoke_sfn
  • Paste Code
  • 01 Jul-2022
  • 231 Bytes
You can Share it: