kdybicz / dispose-me

Dispose Me is a simple AWS-hosted disposable email service.
MIT License
5 stars 0 forks source link

Question: How to detroy the stack #7

Closed shokinn closed 3 years ago

shokinn commented 3 years ago

Hey, I would like to know if there is an easy way to destroy the stack? Or do I have to delete/destroy everything manually?

kdybicz commented 3 years ago

try with npx sls remove --stage production or https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stackinstances-delete.html

shokinn commented 3 years ago

Works fine! Thank you!