Skip to content

Commit e7afe8e

Browse files
committed
fix readme
1 parent f9c1055 commit e7afe8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s3-lambda-resizing-python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Important: this application uses various AWS services and there are costs associ
2929
1. During the prompts:
3030
* Enter a stack name
3131
* Enter the desired AWS Region
32-
* Allow SAM CLI to create IAM roles with the required permissions.
3332
* Enter names for your source and destination S3 buckets. Make sure these are unique as S3 bucket names share a global namespace.
33+
* Allow SAM CLI to create IAM roles with the required permissions.
3434
3535
Once you have run `sam deploy --guided` mode once and saved arguments to a configuration file (samconfig.toml), you can use `sam deploy` in future to use these defaults.
3636
@@ -62,7 +62,7 @@ aws s3 ls s3://{DestinationBucketName}
6262

6363
1. Delete the stack
6464
```bash
65-
aws cloudformation delete-stack --stack-name STACK_NAME
65+
sam delete --stack-name STACK_NAME
6666
```
6767
1. Confirm the stack has been deleted
6868
```bash

0 commit comments

Comments
 (0)