AWS S3 Bucket Events
DISCLAIMER: Image is generated using ChatGPT. 1. Introduction 2. Setup Environment 3. Using aws 4. Using Python 5. Using Perl Introduction Recently I shared my experience with Amazon S3 and Amazon Lambda. Today I am playing with S3 Bucket Events and how it can be triggered and captured. In this post, I will take a closer look at the following events. - s3:ObjectCreated:Put - s3:ObjectCreated:Copy - s3:ObjectRemoved:Delete - s3:ObjectCreated:Post - s3:ObjectCreated:CompleteMultipartUpload Setup Environment As with all other AWS related experiments, I want LocalStack running in a docker container.
Continue Reading