Skip to content

Commit 6afe2cb

Browse files
seshubawsellisms
andauthored
Update s3-lambda-resizing-python/README.md
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
1 parent f80eb6b commit 6afe2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3-lambda-resizing-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Amazon S3 to AWS Lambda - Create a Lambda function that resizes images uploaded to S3
1+
# Resizing images uploaded to Amazon S3 with AWS Lambda
22

33
The SAM template deploys a Lambda function, an S3 bucket and the IAM resources required to run the application. A Lambda function consumes <code>ObjectCreated</code> events from an Amazon S3 bucket. The Lambda code checks the uploaded file is an image and creates a thumbnail version of the image in the same bucket.
44

0 commit comments

Comments
 (0)