Skip to content

Commit f9c1055

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

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,6 +1,6 @@
11
# Resizing images uploaded to Amazon S3 with AWS Lambda
22

3-
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.
3+
The SAM template deploys an AWS Lambda function, an Amazon 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 if the uploaded file is an image and then creates a thumbnail version of the image in the same bucket.
44

55
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
66

0 commit comments

Comments
 (0)