Amazon SQS - Complete Case Study

preview_player
Показать описание
Watch Part 01 Here 👇
How to improve the user experience of your website with SQS?

⭐️ Hey guys, if you find this video valuable, check my "The Complete Guide to Build Serverless Apps on AWS (2022)" course below👇

Github Repo URL

Welcome to my channel on AWS Cloud Computing. I create videos on serverless architectures, containerization technologies, cloud-native databases, machine learning services, web and mobile development, and AWS Certifications.

💖 Become a Patron: Show Support 💖

★ Recommended playlists ★

AWS Cloud Workshop ✅

Artificial Intelligence and Machine Learning ✅

Building a complete app with AWS Amplify ✅

Building an E-Commerce Application with AWS ✅

AWS AppSync Series ✅

Building intelligent chatbot series ✅

Containers on AWS ✅

Serverless Application Development ✅

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

Hey Manoj, These are some quality videos. You should have more views than other crappy youtube videos which provide repetitive programming stuff. Keep going. Your videos helped me to achieve the AWS SAA exam as well.

buddhika
Автор

Crisp and perfect example with super awesome explanation

nayanmittal
Автор

Job well done!. simple and articulate explanation.
the only thing i would add is the API GATEWAY which was "given" to your solution freely and seamlessly
other than that - great show of the case study

yaronnir
Автор

Helped me to fix an issue. Thank you for the good work!!

maduonline
Автор

You are excellent sir, your aws videos are very informative and very easy to understand.

TahirMahmoodHashmi
Автор

Thank you for this. Helped me a great time understanding how SQS works.

jananathbanuka
Автор

Great video Manoj as always. btw how did you customize your terminal?

mliyanage
Автор

Hi Manoj, great video! Do you have a tutorial about creating the queues on yaml file to not be necessary create they manually?

mascadagames
Автор

Once api send the data to AWS it returns the response to the front end right? If that is the case how dead letter queue message will be communicated to the front end?

raj.blazers
Автор

Hi, I was looking for scenario when SQS hosting region is down. How can we handle queue content and failover to another region SQS ?

mayurdevade
Автор

But how do you get to know that It will wait and hit the Lambda for two time.? I understand the failure point forbatch size is count to 2. But this part I didn't get it.

jatinsharma
Автор

Please publish part 03 :) thx
I had an error using require of AWS SDK.
I had to change header :
const SQS =
const sqs = new SQS();
TO
const AWS = require('aws-sdk');
const sqs = new AWS.SQS({apiVersion: '2012-11-05'});

duke
visit shbcf.ru