AWS Lambda : S3 Event Notification

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ส.ค. 2024
  • The Amazon S3 notification is a feature that enables you to receive notifications when certain events(put, delete, modify, etc.) happen in your bucket. There can be three types of target that can be added as a Destination - SNS topic, SQS queue or Lambda function.
    Know more about this here -
    docs.aws.amazo...
    Using AWS Lambda with Amazon S3 - docs.aws.amazo...
    DISCLAIMER: NOT ENDORSED BY AWS, ALL MY OPINION.
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @Abhishek-yi1is
    @Abhishek-yi1is 10 หลายเดือนก่อน

    Perfect Tutorial ! This worked fine for me. I am making an API call on the trigger and sending necessary data to my another lambda function. Is there a way that could be replaced without API call to communicate with another lambda to pass necessary data ?

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

    So I was able to trigger lambda based on S3:ObjectCreated by uploading a file. But what happens when the whole S3 bucket region is down? In this case, the file won't be uploaded to the bucket and won't trigger the lambda. In this case, what do we do to still process the file when the bucket region is down?

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

      The service tries it's best to keep up with the availability -
      aws.amazon.com/s3/sla/