Skip to content

Commit 48d6217

Browse files
committed
Unify pattern name
1 parent 95fab6d commit 48d6217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

s3-lambda-resizing-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Important: this application uses various AWS services and there are costs associ
1919
```
2020
1. Change directory to the pattern directory:
2121
```
22-
cd s3-lambda
22+
cd s3-lambda-resizing-python
2323
```
2424
1. From the command line, use AWS SAM to build and deploy the AWS resources for the pattern as specified in the template.yml file:
2525
```

s3-lambda-resizing-python/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: Image resizing service (tag:s3-lambda)
3+
Description: Image resizing service (tag:s3-lambda-resizing-python)
44

55
Parameters:
66
SourceBucketName:

0 commit comments

Comments
 (0)