Error: Deployment bucket has been removed manually
When you try to serverless deploy and you see this error on your terminal.
This is usually because you tried to delete your CloudFormation stack manually on the aws console but the Delete has failed.
Solution: Delete again properly
Click on your stack name that will lead you to the stack info tab.
Click delete at the top.
You will see a pop up:
Check and click delete Stack and it will delete the stack properly now.
Now you can run 'serverless deploy' with no errors!
Reference
DO visit this awesome POST for more common serverless errors.
Top comments (0)