July 2018
Intermediate to advanced
350 pages
8h 47m
English
Amazon S3 is an object storage built to store and retrieve any amount of data from anywhere. You can learn more about Amazon S3 at https://aws.amazon.com/s3/.
You can have AWS Lambda functions invoked to process Amazon S3 events, such as object created or object deleted events. You can have the AWS Lambda function invoked whenever a new photo is created in an Amazon S3 bucket, which will automatically create a thumbnail for the photo that was uploaded to the S3 bucket.
Here is a screenshot of AWS Lambda configuration to invoke all Object Created events:

Read now
Unlock full access