AWS SQS FIFO Queue Hands On Demo

แชร์
ฝัง

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

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

    Thank you very much! I was wondering why I need a message group ID (the naming and description are not clear).
    And I did not know that it is not possible to remove msg after the polling is done.
    Thank you 👏🏼

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

    very clear & well explained. Thank you

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

    well explained...
    can I use SQS in my use case...like
    I have a requirement to auto start an EC2 when a user got uploaded file in S3. for this I have created Lambd function and add a S3 event notification trigger in lambda...it is working fine, and auto starting as well and with a basic function I'm stoping EC2 when the instance process got finished.
    But the problem is...before stoping EC2 if user upload other file in s3...I want notification sould hold till EC2 stop, once the EC2 stoped second notification will pass to lambda then EC2 starts again...

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

    polling duration is different from the visibility time out period, right?
    if yes, why deletion is not allowed when polling duration is over,
    deletion should be allowed till the message received is under visibility timeout.
    what am I missing? anyone

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

      Thats what i have discussed below. I will check and update it if I made a mistake there. Thanks for the feedback.

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

    Thanks for the video 👍

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

    Receive message time is 0 it means short polling u mention it as long polling

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

      Did i? Will check that. And rectify if needed.

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

      @@Pythoholic Yes

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

      @@basiddivekar9366 Oh ok, I wanted to say that this option can be used for LONG POLLING, but I think I put it incorrectly with my words. Will update that.
      Thanks for the feedback.

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

      @@Pythoholic ur videos are really helpful can u have videos on storage gateway

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

      @@basiddivekar9366 Thanks basid, guys like you help this channel grow.
      Will surely make one.