Step Functionsto AWS Lambda to AWS Lambda

Step Functions → AWS Lambda → AWS Lambda

Create Step Functions Standard Workflow that orchestrates two Lambda functions

This sample project demonstrates how to use a state machine to orchestrate the execution of two Lambda functions
Once the state machine is executed the first Lambda function gets invoked. The output from this function is used as an event to trigger another Lambda function
This pattern deploys a State Machine and two Lambda Functions.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Launch Stack

Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/sfn-lambda-lambda

Deploy

sam deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Saborni Bhattacharya

Saborni Bhattacharya

AWS SA, Cloud Enthusiast

Follow on LinkedIn