AWS Lambda Destinations to AWS Lambda and Amazon SQS with AWS SAM

AWS Lambda → AWS Lambda → AWS SQS

Lambda function that on success sends message to another function and on failure to SQS using Lambda destinations with SAM

This sample project demonstrates how to create a Lambda function that on success sends message to another function and on failure to SQS using Lambda destinations with SAM.
The AWS SAM template deploys the resources and the IAM permissions required to run the application.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

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

Deploy

sam deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Omar Rosadio

Omar Rosadio

Cloud Engineer / AWS Community Builder in Serverless category.

Follow on LinkedIn