DEV Community

KenjiGoh
KenjiGoh

Posted on

Error with Serverless Deployment

Error: Deployment bucket has been removed manually

When you try to serverless deploy and you see this error on your terminal.
Image description
This is usually because you tried to delete your CloudFormation stack manually on the aws console but the Delete has failed.
Image description

Solution: Delete again properly

Click on your stack name that will lead you to the stack info tab.
Click delete at the top.
Image description
You will see a pop up:
Image description
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)