AWS Lambda Explained with Demo

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

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

  • @c1i2s3c4o5
    @c1i2s3c4o5 6 лет назад

    Awesome video sir! You simply made me to understand aws lambda with such a simplicity, I was reading a lots of stuff but dint get the basic understanding, your video made it very helpful to understand lambda so easily,please keep posting such more videos! Hats off!!!

  • @myawsguru1281
    @myawsguru1281  7 лет назад +2

    Exercise -1 (code)
    ==========
    Lambda function will delete object in S3 bucket:
    s3.amazonaws.com/myawsguru/s3delete_lambda.py
    Exercise-2 (code)
    ========
    Lambda function will Copy the object between S3 bucket-A and S3 bucket-B:
    s3.amazonaws.com/myawsguru/s3copy_lambda.py

    • @yogeshchandra6247
      @yogeshchandra6247 7 лет назад

      Please share the Presentation slides as well,
      Thanks

  • @isak123
    @isak123 6 лет назад

    Am I right in assuming that you could have used the environment variable field to "store" which S3 bucket you were going to copy the file to? This seems like a more efficient way of doing it than having to name your function the same as the target S3 bucket.

  • @fayazme
    @fayazme 5 лет назад

    Very Well Explained. Hats off.

  • @AmitSharma-zv9yw
    @AmitSharma-zv9yw 7 лет назад

    thanks for this kind of stuff.. i really wanted this :) & thanks for coming back after long time.

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

    Very nice explanation

  • @kln550
    @kln550 6 лет назад

    Great job.Clear and precise!

  • @purnimashanti26
    @purnimashanti26 7 лет назад

    Hello Sir, very nice video. I am learning aws. Can we copy the file from s3 bucket to ec2 server by triggering lambda function?.

  • @tusharjambhekar
    @tusharjambhekar 6 лет назад +1

    Sir where can I found the blog or github for this video.Pls start doing blogging.
    I want to do hands-on for AWS exam.

  • @dayanraj2864
    @dayanraj2864 5 лет назад

    Awesome Guru

  • @ajuhamza
    @ajuhamza 6 лет назад

    Clear and precise! Thank you very much!

  • @cosimocuriale8871
    @cosimocuriale8871 6 лет назад

    Hi Sir! Do you have a link where is it possible to download te slide of the lesson?

  • @justfor9344
    @justfor9344 7 лет назад

    i have enabled s3 event based lambda fucntion. whenever i put(upload) file to s3 bucket it triggers lambda function.
    and i also get logs for all triggered events in cloudwatch.
    but for sometime when i upload file it doesn't trigger lambda function , and i also don't see any logs for that
    how do we trace non-triggered lambda function.???

  • @indranilbanerjee5521
    @indranilbanerjee5521 6 лет назад

    Gr8 explanation, can you help to take ec2 backup by lambda invocation.

    • @myawsguru1281
      @myawsguru1281  6 лет назад

      Check this out...
      aws.amazon.com/answers/infrastructure-management/ops-automator/

  • @vmrincon
    @vmrincon 6 лет назад

    Nice and simple. Thanks for sharing!

  • @prabhakargadupudi238
    @prabhakargadupudi238 5 лет назад

    Good explanation!!

  • @rajeevkumarsinha
    @rajeevkumarsinha 6 лет назад +1

    well explained Lambda but audio quality is bit low,

  • @ibrahimmahammad1186
    @ibrahimmahammad1186 5 лет назад

    hats off boss ,tq for sharing

  • @praveenmetri8970
    @praveenmetri8970 7 лет назад

    Very helpful :)
    Please keep up the good work.

  • @BasavarajKoni10th23rd1993
    @BasavarajKoni10th23rd1993 6 лет назад

    It was really awesome!! Thanks!! It would be really great if you have submitted the Python Codes.

  • @arvindpandeyvns
    @arvindpandeyvns 6 лет назад

    Nice explanation. Thank you

  • @badbond420
    @badbond420 7 лет назад

    simply........
    The perfect tutorial.

  • @LayneSadler
    @LayneSadler 6 лет назад

    SOMEBODY HIRE THIS MAN!

  • @tirupathireddy1291
    @tirupathireddy1291 7 лет назад +2

    hi sir
    can u please upload video on ec2 container service

  • @rajatbhateja502
    @rajatbhateja502 7 лет назад

    thanks for this!!

  • @meghaagrawal2659
    @meghaagrawal2659 6 лет назад

    Thanks :)

  • @mytube5182
    @mytube5182 5 лет назад

    i will happy if u send ppt

  • @biswajeetbehera4826
    @biswajeetbehera4826 6 лет назад

    plz share the python code sir

    • @geraldmusaga6969
      @geraldmusaga6969 6 лет назад

      s3.amazonaws.com/myawsguru/s3copy_lambda.py
      exercise 2

    • @tusharjambhekar
      @tusharjambhekar 6 лет назад

      exercise 1
      s3.amazonaws.com/myawsguru/s3delete_lambda.py