Message Queues - AWS SQS and Lambda Destinations - Event-Driven Patterns

preview_player
Показать описание
Message queues are one of the most used event brokers. They allow you to decouple your systems and add a layer of resiliency between them, that is why message queues are a powerful architecture for distributed applications.

In this video, you will learn what message queues are and how to use them in AWS. You will learn the most common way for two Lambda functions to talk to each other and how to use AWS SQS and Lambda Destinations.

#foobar #serverless

#foobar #serverless

⭐SHARE THIS VIDEO: [link to the video]

☆☆ FOLLOW ME ONLINE ☆☆

📷 Instagram: foobar_codes

☆☆ ABOUT FOOBAR ☆☆
In this channel, you can find mostly coding tutorials related to cloud and serverless.
In addition, I like also talking about architecture, software design, motivation, and leadership.
There is a new video every Tuesday, so stay tuned :)

Рекомендации по теме
Комментарии
Автор

Thanks for the video. I'd like to understand sqs better internally and the different configurations. I've used it along side sns for event communication but recently switched to event bridge + kinesis. Will you be comparing features and use cases? idk I feel bridge+kinesis are just an overall better option

dinoac
Автор

Error: " The provided execution role does not have permissions to call ReceiveMessage on SQS. "

When I try to deploy the two-functions-queue stack. Didn't modify any code

cristianberbecaru