Skip to content

Commit

Permalink
add a bit of debug for deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcorbett committed Mar 29, 2024
1 parent 9e82e99 commit b2d996b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ serverless remove --stage=dev
serverless remove --stage=prod
```

This might fail sometimes as you cannot delete a non-empty bucket in S3, so you might have to go and find the bucket, empty it and then re-run. If it still fails, you can try and delete the bucket itself then re-run. If all else fails, find the cloudformation stack in AWS and delete it from there.

*Note, this will NOT remove any DBs, certs or domains you have configured inside AWS, you will have to do those manually if you want to remove them*

### Creating Your Database(s) [TODO]
Expand Down

0 comments on commit b2d996b

Please sign in to comment.