DEV Community

KenjiGoh
KenjiGoh

Posted on

7

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.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay