Amazon SQS - Complete Case Study

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • ★ Demo with Dead Letter Queue (DLQ)
    Watch Part 01 Here 👇
    How to improve the user experience of your website with SQS?
    • Amazon SQS for Async P...
    ⭐️ Hey guys, if you find this video valuable, check my "The Complete Guide to Build Serverless Apps on AWS (2022)" course below👇
    🚀 www.udemy.com/...
    Github Repo URL
    github.com/mjz...
    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 💖
    / cloudtutorials
    ★ Recommended playlists ★
    AWS Cloud Workshop ✅
    • AWS Workshop
    Artificial Intelligence and Machine Learning ✅
    • AWS AI & ML
    Building a complete app with AWS Amplify ✅
    • AWS Amplify
    Building an E-Commerce Application with AWS ✅
    • Web & Mobile Apps with...
    AWS AppSync Series ✅
    • AWS AppSync
    Building intelligent chatbot series ✅
    • AWS Lex Chatbots
    Containers on AWS ✅
    • Containers on AWS
    Serverless Application Development ✅
    • Serverless Applications
    #SQS #CaseStudy #AWS

ความคิดเห็น • 17

  • @buddhika71
    @buddhika71 3 ปีที่แล้ว +6

    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.

  • @user-mz8gv5zv4b
    @user-mz8gv5zv4b 3 หลายเดือนก่อน

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

  • @nayanmittal1
    @nayanmittal1 6 หลายเดือนก่อน

    Crisp and perfect example with super awesome explanation

  • @maduonline
    @maduonline 3 ปีที่แล้ว +2

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

  • @jananathbanuka4994
    @jananathbanuka4994 3 ปีที่แล้ว +1

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

  • @yaronnir
    @yaronnir 8 หลายเดือนก่อน

    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

  • @thetradersbrain7132
    @thetradersbrain7132 3 ปีที่แล้ว

    Awesome explanation! much appreciated

  • @kunalraut4585
    @kunalraut4585 ปีที่แล้ว

    Very nicely explained

  • @mliyanage
    @mliyanage 2 ปีที่แล้ว

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

  • @nadunovitigla109
    @nadunovitigla109 ปีที่แล้ว

    thank you sir!!

  • @raj.blazers
    @raj.blazers 3 ปีที่แล้ว +1

    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?

  • @ig2947
    @ig2947 3 ปีที่แล้ว

    Amazing..!!

  • @mascadagames
    @mascadagames 2 ปีที่แล้ว

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

  • @duke3353
    @duke3353 3 ปีที่แล้ว

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

  • @mayurdevade270
    @mayurdevade270 8 หลายเดือนก่อน

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