| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
| 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.
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.
| Back | FazBrowse Home | New Git URL |