Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Fix typo in serverless README
Browse files Browse the repository at this point in the history
  • Loading branch information
slee-aws authored Mar 16, 2022
1 parent 1700bcf commit 33530bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Follow the [detailed instructions](../web-ui) on how to get the frontend up and
aws cloudformation delete-stack --stack-name <my-stack-name>
```

3. Remove files in S3 bucket
2. Remove files in S3 bucket
```
aws s3 rm s3://<my-bucket-name> --recursive
```

2. Delete S3 bucket
3. Delete S3 bucket
```
aws s3api delete-bucket --bucket <my-bucket-name> --region <my-region>
```
```

0 comments on commit 33530bf

Please sign in to comment.