SQS Using Node Js - Send, Receive And Delete data

preview_player
Показать описание
Like any other queue, SQS provides a way for the asynchronous integration of two components of a system. As a result, it responds faster to the requests and decouples the component so it is easier to manage and scale. Apart from these queue characteristics, being part of the AWS, it provides other benefits like scalability, reliability, and a fully managed service — meaning that the headache of maintenance is off-loaded to AWS rather than us.

------------------------------------------------
Follow me on:
-----------------------------------------------
#awsSQS #SQS
Рекомендации по теме
Комментарии
Автор

thank for the video. I expected you to finish it though by explaining the final part about running the receiver!

saeeduchiha
Автор

Very useful information.Please make more such videos which target different aspects of Nodejs per se as there are lack of such videos

saurabhpande
Автор

Nice video, thank you for sharing your knowledge, helped me a lot!

thadeucity
Автор

very best and easy way explanation thans for this video

gajendraambewadkar
Автор

its posible to set that key y secret rigth from the "aws-sdk"?

jseh_
Автор

Very useful information. pls.provide the demo code

vishnurana
Автор

how do I set this up to constantly poll the queue?

ZubairAhmed-buoo
Автор

Can you please provide us the github link of the code.

shahdevkumarthapa
Автор

Can i access and delete message using lambda in the same way?

pratikjadhav
Автор

I was looking for how to programmatically delete them. When my application is running I can’t manually go into the CLI every single time. We have millions and millions of messages. What is the exact function to reliably delete messages from the queue? Thanks!

dontdoit
Автор

can we have realtime streaming of reading messages from sqs to react or node js? so that we don't have to run script again and again.

FALLEN
Автор

How to send array values and date in msg attributes

sagarp
Автор

Nice explaination, but why i feel you are threatening us😂

nausherali
Автор

how to get or receive all messages? the MaxNumberOfMessages: 10 is not working. I am only receiving one message (the last message)

Dracometeor