| Key | Value |
|---|---|
| Services | Step Functions, Lambda |
| Integrations | AWS CLI |
| Categories | Serverless; Orchestration |
A demo application illustrating how to orchestrate Lambda functions using AWS Step Functions with LocalStack. The sample creates multiple Lambda functions and a Step Functions state machine that coordinates their execution.
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKENto activate LocalStack. - Docker
localstackCLIawslocalCLI
make checkmake installexport LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make startmake deploymake runThe script creates Lambda functions and a Step Functions state machine, then starts an execution that flows through the Lambda orchestration.
This code is available under the Apache 2.0 license.