Search code examples
lambdaserverless-frameworkserverless-architecture

Serverless: The specified bucket does not exist


I stupidly removed the s3 bucket for my serverless project. When I now try and deploy or remove my application I get this error: The specified bucket does not exist How can I recreate the s3 bucket from Serverless?


Solution

  • I needed to delete the stack from cloud formation, once done I was able to re-run serverless deploy successfully.