AWS Lambda send and receive SQS messages - Using NodeJS 🚀
ฝัง
- เผยแพร่เมื่อ 5 ก.พ. 2025
- Software Developers! Let me demonstrate how we can use a common pattern used by enterprise applications to leverage queues to reduce load on the main thread.
In this video, we create a Lambda Sender that sends a message to SQS and then a Lambda Receiver that processes the message from the queue and creates an object in Dynamodb.
#softwaredeveloper #awslambda #nodejs