S3 to Lambda trigger example | AWS X-Ray Distributed Tracing in Lambda | AWS Primer | Tech Primers

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024

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

  • @chandrasekarvelu7397
    @chandrasekarvelu7397 2 года назад +1

    excellent😀😀 demonstration

  • @vinaykumar-qq9wq
    @vinaykumar-qq9wq 4 года назад +1

    Very good refresher. Thanks for detailed explanation. Keep rocking Tech primers 👏👏

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

    Great video as always. Thanks!

  • @Chenna83
    @Chenna83 4 года назад +1

    Bro, nice explained AWS Lamba, S3 and X-Ray. Thank you

  • @erikdemko6683
    @erikdemko6683 3 года назад +1

    Great video, thanks

  • @EddyCaffrey
    @EddyCaffrey 4 года назад +1

    Thanks. Very useful for my current project. 👍🏽👍🏽

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

    Very handy! Do you think you could also show us how to use X-ray to trace a message thru a longer chain? E.g. Request flows in from some EC2 box to SNS -> SQS -> Lambda which processes it and writes to DynamoDB.

  • @AdilTheHAckerUnknown
    @AdilTheHAckerUnknown 4 года назад +2

    Hi , Amazing video ,depth explanation.Kudos.. A small request can we have a QA forum for TechPrimers if possible?

    • @TechPrimers
      @TechPrimers  4 года назад

      I don't think I will put one until the lockdown is lifted. My internet connection is pathetic here. This video has been uploading for the past 12 hours. :(

  • @rajasekharreddy9054
    @rajasekharreddy9054 4 года назад +2

    Good. Thank you very much for uploading this serverless video. So is it possible deploy big applications in this serverless lambda?when compared to ecs,eks,serverless lambda whic one is better and when to use which one?

    • @TechPrimers
      @TechPrimers  4 года назад +1

      You cannot deploy big application into lambda if the startup time is going to be more. In this case if you notice, the startup time was around 20ms. You will have to re-architect your big application to be split into multiple functions if you want to leverage serverless capabilities.
      or if you dont want to split, you can leverage Fargate on EKS/ECS to run serverless containers

    • @rajasekharreddy9054
      @rajasekharreddy9054 4 года назад +2

      @@TechPrimersNice, Thank you very much.

  • @UCTNX4PiSl496AhgUyGlB5wg
    @UCTNX4PiSl496AhgUyGlB5wg 4 года назад +1

    Very good for beginners like me.
    Can we copy file from S3 to ec2? What will be the procedure to achieve this?

    • @TechPrimers
      @TechPrimers  4 года назад

      Yes. You can achieve it via aws cli or via aws sdk (java, python or nodejs libraries)

    • @UCTNX4PiSl496AhgUyGlB5wg
      @UCTNX4PiSl496AhgUyGlB5wg 4 года назад +1

      @@TechPrimers Thanks S3Client.getObject works for me

  • @nishantsalian6124
    @nishantsalian6124 2 года назад

    How do you make the architecture diagrams? Are there any tools available for this? Thanks!

  • @rakeshbhagat123
    @rakeshbhagat123 3 года назад

    Awesome Buddy. How do you remember everything :)

    • @TechPrimers
      @TechPrimers  3 года назад

      I don't Rakesh. I do remember little stuff. :)

    • @rakeshbhagat123
      @rakeshbhagat123 3 года назад

      @@TechPrimers you are the best teacher I have ever come across.

  • @arijitdeb2171
    @arijitdeb2171 4 года назад

    awesome as always. Thanks .... 2 Qs
    1. is it possible to have a video for running lambda(almost similar setup as in the video) on localstack? Have already seen ur S3 on localstack, exhausted all aws freebies :P
    2. what is the secret to auto populate all contents with just typing some part in Intelllij.

    • @TechPrimers
      @TechPrimers  4 года назад

      1. Sure will do. 2. It's called live templates. Check out my intellij tips video