Skip to content

Details

Build a workflow system using Step Functions + Lambda
As serverless architectures scale, chaining AWS Lambda functions directly or managing state machines within application code introduces tight coupling, complex error handling, and hard-to-maintain architectures. This week, we transition from isolated computing units to distributed state orchestration.
We will explore how to build reliable, fault-tolerant, and asynchronous workflow systems using AWS Step Functions and AWS Lambda. You will learn how to design complex branching paths, implement native error handling/retry mechanisms, and tightly secure your orchestrators following production-grade infrastructure standards.

šŸ“… Date: June 20th, 2026
ā° Time: 6:00 PM – 7:00 PM WAT
šŸ“ Location: Virtual

Meet Our Speakers
šŸŽ¤ Speaker: Prosper Agada – AWS Community Builder
šŸŽ¤ Moderator: Tolani Akintayo – DevOps & Cloud Engineer

āœ… This session will cover:
šŸ—‚ļø Amazon States Language (ASL) Fundamentals — Understand why modeling logic via declarative JSON/YAML structures beats manual function chaining — with native Task, Choice, Parallel, and Map states baked into the execution lifecycle from the start.
šŸ” State Transitions & Payload Filtering — Learn how to control state inputs and outputs using data primitives like `InputPath`, `ResultPath`, and `OutputPath` to pass clean payloads between isolated tasks without leaking execution memory.
šŸ›ļø Enterprise Error Isolation & Execution Redrive — Explore how to construct native error catchers and backoff retries within your states to build bulletproof fault-recovery systems, alongside utilizing the `RedriveExecution` API to restart failed state machines precisely from their point of failure.
🧠 Least Privilege Workflow IAM Boundaries — Discover how to author granular execution policies that strictly delegate `lambda:InvokeFunction` permissions restricted to specific ARNs, ensuring your state machines coordinate downstream resources safely.
āš™ļø Shifting Architecture Validation Left — See how to automate workflow checks before deployment — embedding `statelint` structural validations, Terraform syntax gates, and automated deployment blocks directly into your active CI/CD pull-request pipelines. šŸ›”ļøšŸ’»

Related topics

Cloud Security
Amazon Web Services
Cloud Computing
Cloud Integration
Computer Programming

You may also like