Skip to content

Commit 607816e

Browse files
committed
Amend S3 example
1 parent c852fdb commit 607816e

File tree

3 files changed

+3
-88
lines changed

3 files changed

+3
-88
lines changed

s3-lambda-resizing-python/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Resizing images uploaded to Amazon S3 with AWS Lambda
1+
# Resizing images uploaded to Amazon S3 with AWS Lambda (Python)
22

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.
3+
The AWS 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

@@ -69,6 +69,3 @@ aws s3 ls s3://{DestinationBucketName}
6969
aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"
7070
```
7171
----
72-
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
73-
74-
SPDX-License-Identifier: MIT-0

s3-lambda-resizing-python/example-pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"resources": {
2323
"bullets": [
2424
{
25-
"text": "Process S3 events with Lambda",
25+
"text": "Process Amazon S3 event notifications with Lambda",
2626
"link": "https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html"
2727
}
2828
]

s3-lambda-resizing-python/s3-lambda-resizing-python.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)