We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fab6d commit 48d6217Copy full SHA for 48d6217
s3-lambda-resizing-python/README.md
@@ -19,7 +19,7 @@ Important: this application uses various AWS services and there are costs associ
19
```
20
1. Change directory to the pattern directory:
21
22
- cd s3-lambda
+ cd s3-lambda-resizing-python
23
24
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:
25
s3-lambda-resizing-python/template.yaml
@@ -1,6 +1,6 @@
1
AWSTemplateFormatVersion: '2010-09-09'
2
Transform: AWS::Serverless-2016-10-31
3
-Description: Image resizing service (tag:s3-lambda)
+Description: Image resizing service (tag:s3-lambda-resizing-python)
4
5
Parameters:
6
SourceBucketName:
0 commit comments