Event Driven Architecture | AWS S3 . SNS . SQS . Lambda

Поделиться
HTML-код
  • Опубликовано: 9 апр 2023
  • This video explains about event driven architecture and demonstrates implementation of a specific use case within AWS using this architecture pattern.
    Git Hub: github.com/listentolearn/aws-...
    AWS SQS: • AWS SQS (Simple Queue ...
  • НаукаНаука

Комментарии • 33

  • @kirankumar1290
    @kirankumar1290 17 дней назад

    simple and crispy with tones of Experience knowledge. Keep it up !

  • @mohitmansi11
    @mohitmansi11 6 месяцев назад +1

    Good demo video . Explanation of each and every step is spot on .

  • @vikasbhardwaj8989
    @vikasbhardwaj8989 7 месяцев назад +1

    Thank you for explaining it very well.

  • @ThangTran-hi3es
    @ThangTran-hi3es Месяц назад

    Thank you, great content 🎉

  • @avulalakshmi
    @avulalakshmi Год назад +1

    Very useful topic

  • @deepak_putta_
    @deepak_putta_ Год назад +1

    good explanation

  • @krishnarao3740
    @krishnarao3740 Месяц назад

    Hi there, i have actually run into a problem. when i try to add the lambda trigger into sqs it throws an error message "Error code: InvalidParameterValueException. Error message: The provided execution role does not have permissions to call DeleteMessage on SQS" and i have used the same policy for the sqs as shown in this video. any idea how to solve this?

  • @yaminisingh7271
    @yaminisingh7271 2 месяца назад

    HI, demn girl you explained it so well. I have a question, if we follow the exact pipeline and in the lambda function write a code to connect to ec2 instance and over that ec2 use the newly added file in s3 bucket input for a python code for some calculation. It should work fine right. For ex : - upload the file in s3 -> sns topic-> sqs que -> lambda -> ec2 (run and connect) -> runs the python file.(command given in lambda function).
    correct?

  • @user-su8wj4ey3x
    @user-su8wj4ey3x 11 месяцев назад

    Hi there. This is a very straight forward easy to understand tutorial. Do tell, did the SQS policy change? The policy you posted on Github is different from what I on your screen.

    • @listentolearn2363
      @listentolearn2363  11 месяцев назад

      Thanks :) please use the policy in GitHub. Thanks

  • @nikitanagarkar1643
    @nikitanagarkar1643 2 месяца назад

    Hi , will this work for prefixes within s3 bucket?

  • @HemaSri-e5n
    @HemaSri-e5n 26 дней назад

    Can we create sns topic without changing access policy to advanced

  • @muqtadirahmd
    @muqtadirahmd 10 месяцев назад +1

    Hi, great video and thanks for uploading. I have a question. When would I want to add a SNS and SQS service in my architecture when I know I can trigger a Lambda directly from S3? Can you please tell the use cases when it would be helpful to do so. Thanks in advance!

    • @listentolearn2363
      @listentolearn2363  10 месяцев назад

      Thanks Muqtadirahmd! SNS SQS pattern will help in parallel processing by distributing the messages to various queues based on several attributes.

  • @CHiRaStar1
    @CHiRaStar1 5 месяцев назад +1

    Exceptional. Very insightful. Is there any possibility of connecting with you discuss about work

  • @vasugoriya1452
    @vasugoriya1452 5 месяцев назад +1

    Why we need to create sns and sqs instead of we can directly invoke lambda from s3

    • @basavarajpn4801
      @basavarajpn4801 5 месяцев назад

      If there are 1000files loaded Into s3bucket lambda can handle only 1000functions in concurrent run at a time ,so if in case there is SQS,sqs holds the messages from s3 events and queues it and passes to lambda to process all files with out any issues

    • @listentolearn2363
      @listentolearn2363  5 месяцев назад +1

      Hello, thanks for you interest.. SNS SQS pattern will help in parallel processing by distributing the messages to various queues based on several attributes.

  • @hector9079
    @hector9079 Год назад

    con que programa haces tus graficos ?

  • @denisafonkin8795
    @denisafonkin8795 5 месяцев назад

    what is the "arn:aws:sqs:::q1" ?

    • @listentolearn2363
      @listentolearn2363  5 месяцев назад

      that is the arn of the queue. please replace and with actual values

  • @bhumikalalchandani321
    @bhumikalalchandani321 6 месяцев назад

    Coudnt get how file 2 on reiploaded went to queue2 ....anyone😢...ie by default file queue 1 file2 queuue 2 so onn...

    • @listentolearn2363
      @listentolearn2363  6 месяцев назад +1

      Hi, It is because of the Subscription filter policy set in the SNS while adding the queue to it. Pleas see from 14:45 in the video.

  • @avpruggedboys1005
    @avpruggedboys1005 Год назад

    Hi mam

  • @aaditighare9733
    @aaditighare9733 7 месяцев назад +1

    Make video in hindi mam

    • @listentolearn2363
      @listentolearn2363  6 месяцев назад

      Sorry, I might continue with English for a while.