Skip to content

Commit

Permalink
Amend S3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
julianwood committed Aug 16, 2024
1 parent c852fdb commit 607816e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 88 deletions.
7 changes: 2 additions & 5 deletions s3-lambda-resizing-python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Resizing images uploaded to Amazon S3 with AWS Lambda
# Resizing images uploaded to Amazon S3 with AWS Lambda (Python)

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.
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.

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.

Expand Down Expand Up @@ -69,6 +69,3 @@ aws s3 ls s3://{DestinationBucketName}
aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"
```
----
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0
2 changes: 1 addition & 1 deletion s3-lambda-resizing-python/example-pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"resources": {
"bullets": [
{
"text": "Process S3 events with Lambda",
"text": "Process Amazon S3 event notifications with Lambda",
"link": "https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html"
}
]
Expand Down
82 changes: 0 additions & 82 deletions s3-lambda-resizing-python/s3-lambda-resizing-python.json

This file was deleted.

0 comments on commit 607816e

Please sign in to comment.