SQS_EN– tag –
-
SAA_EN
Each time a message is added to the SQS queue, it is read by Lambda and written to RDS via RDS Proxy
【Each time a message is added to the SQS queue, it is read by Lambda and written to RDS via RDS Proxy】 The following official AWS page introduces a configuration that combines SQS, Lambda, and RDS. https://docs.aws.amazon.com/AmazonRDS... -
DVA_EN
Introduction to SQS FIFO Queues
【Introduction to SQS FIFO Queues】 SQS has two types of queues, and we will touch on the FIFO queue. FIFO (First-In-First-Out) queues have all the capabilities of the standard queues, but are designed to enhance messaging between applic... -
AWS_EN
Triggering Lambda function from SQS queue
【Triggering Lambda function from SQS queue】 In the following page, which is an introduction to SQS, we introduced a configuration that uses SQS queues to link data between Lambda functions. https://awstut.com/en/2022/02/05/introduction... -
AWS_EN
4 destinations for S3 event notifications – SNS/SQS/Lambda/EventBridge
【4 destinations for S3 event notifications - SNS/SQS/Lambda/EventBridge】 In the following page, we introduced a configuration that automatically creates thumbnail images from uploaded images using the S3 event notification function. ht... -
SAA_EN
Data Linkage between Fargate Containers Using SQS
【Configuration of data linkage between Fargate containers using SQS】 This is related to high elasticity, which is one of the questions in the AWS SAA, and using SQS allows Fargate containers to work together while keeping the coupling ... -
AWS_EN
Introduction to SQS Data Linkage between Lambdas
【Configuring Data Linkage between Lambda using SQS】 By using SQS, you can link resources while keeping the coupling sparse. In this article, we will use SQS to link data between three Lambda functions and check the behavior of SQS. 【E...
1