In this lab, we will learn how to invoke a lambda function asynchronously from Amazon SNS.
- Overview
- Source: SNS
- Create a topic
- Target: Lambda – Function
- logs the received event
- does not return any value
- subscribes the SNS topic
- Python
Ideas through Technologies
In this lab, we will learn how to invoke a lambda function asynchronously from Amazon SNS.
SNS is a fully managed pub/sub message delivery service hat enables you to decouple microservices, distributed systems, and serverless applications.
Continue reading “[AWS] Amazon SNS”