Тёмный

Fan out Architecture in AWS with SNS + SQS + Lambda + Python 

Knowledge Amplifier
Подписаться 27 тыс.
Просмотров 2,2 тыс.
50% 1

Prerequisite:
AWS SQS | AWS Simple Queue Service | How SQS Works | AWS Tutorial
• AWS SQS | AWS Simple Q...
Create and Use an Amazon SQS Queue | Practical
• Create and Use an Amaz...
Note:
---------
A very important in using Lambda with SQS is , if your Lambda function successfully process the message , then Lambda will delete that message from the queue to avoid reprocessing the same message after visibility timeout!
Another very important point is in setting up the visibility time-out -- generally you can put this value = 6 times the Lambda Function execution timeout value.
Lambda Codes:
--------------------------
import json
def lambda_handler(event, context):
TODO implement
print(event['Records'][0]['body'])
print("Event for Team A")
return event
import json
def lambda_handler(event, context):
TODO implement
print(event['Records'][0]['body'])
print("Event for Team B")
return event
In this lab, In this tutorial, you will implement a fanout messaging scenario using Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS) & Lambda.
Check this playlist for more AWS Projects or POC in Big Data domain:
• Demystifying Data Engi...

Наука

Опубликовано:

 

20 ноя 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@DevOpsPulse
@DevOpsPulse 3 месяца назад
thank you
@KnowledgeAmplifier1
@KnowledgeAmplifier1 3 месяца назад
You are welcome @DevOpsPulse! Happy Learning
@christophermartinez5765
@christophermartinez5765 Год назад
great thank-you
@KnowledgeAmplifier1
@KnowledgeAmplifier1 Год назад
You are welcome Christopher Martinez! Happy Learning
Далее
API-Gateway & SQS direct Integration
13:03
Просмотров 7 тыс.
Create event-based projects using S3, Lambda and SQS
17:33
你们会选择哪一辆呢#short #angel #clown
00:20
AWS SQS vs SNS vs EventBridge - When to Use What?
22:37
AWS SQS FIFO Queues Overview and Demonstration
28:15
Просмотров 11 тыс.