Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Effective AWS Step Functions

haruharuharuby
September 10, 2022

Effective AWS Step Functions

haruharuharuby

September 10, 2022
Tweet

More Decks by haruharuharuby

Other Decks in Technology

Transcript

  1. Agenda 1. Lambda invoking is often bad. 2. The new

    process with WorkflowStudio 3. Point of view for variable injection in CI/CD 4. Design Patterns 5. Use case (Shifter, SAML integration workflow)
  2. 1. [Problem] sometimes hard to see your logic. packed in..

    - Transcribe:StartBatchJob - WaitJobComplete - SNS:Publish - SES:SendEmail - DynamoDB: UpdateItem : return FALLBACK?