How to use AWS Lambda Destinations to route execution results to other AWS services
• Updated: November 29, 2019
• By László Bodor

Lambda Destinations is a brand new feature from AWS Lambda which provides a greater visibility and control of your Lambda invocations. You can use this feature to route the execution results of your Lambda run to other AWS services (SQS, SNS, EventBridge, Lambda). This will greatly improve and simplify serverless event-driven applications by removing the need to write additional code for these kind of interactions between different services.
This video will show you how to use Lambda Destinations
Tags
asynchronous aws destinations event-driven invocation Lambda Serverless sns sqs