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.

Image of Timescale

Timescale – the developer's data platform for modern apps, built on PostgreSQL

Timescale Cloud is PostgreSQL optimized for speed, scale, and performance. Over 3 million IoT, AI, crypto, and dev tool apps are powered by Timescale. Try it free today! No credit card required.

Try free

Top comments (0)

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

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay