SQS with AWS Step Function and Lamdas

WIP

Lambda

Step Functions

Workflow studio

State Machine

  • Defined using JSON, its the structure of your step function
  • ASL - Amazon states language

Manual Steps

  1. Create the lambda functions first (note the ARNs)
  2. Create IAM roles, look for step functions roles (StepFunctionLamdaRole)
  3. Create step function, call it TransactionProcessorStateMachine. Use the role you created above StepFunctionLamdaRole.