In this lab, we will learn how a lambda function can be invoked via Polling.
- Overview
- Source: SQS
- Create a queue and a dead-letter queue (DLQ)
- Target: Lambda – Function
- logs the received message
- does not return any value
- configures the trigger
- Python