In this video we take a look at AWS SQS. We cover some basic theory about queues and SQS first. Then we jump onto the console to create our first SQS queue. We then test this queue by sending test messages and polling via the AWS Console. Finally, we configure a Lambda function to act as the consumer of the queue. This lambda prints the messages out to AWS Cloudwatch.
00:00 - Intro
00:59 - What is AWS SQS?
05:05 - Why use AWS SQS?
05:36 - When use AWS SQS?
07:45 - Hands on Tutorial
Website
[ Ссылка ]
Discourse Forum
[ Ссылка ]
What AWS Say
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS eliminates the complexity and overhead associated with managing and operating message oriented middleware, and empowers developers to focus on differentiating work. Using SQS, you can send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available. Get started with SQS in minutes using the AWS console, Command Line Interface or SDK of your choice, and three simple commands.
SQS offers two types of message queues. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. SQS FIFO queues are designed to guarantee that messages are processed exactly once, in the exact order that they are sent.
Ещё видео!