Remove deploymentBucket

I am not sure if this is the cause of my issue.

  • Before: I specified the deploymentBucket on s3

  • Now: I am trying to remove the deploymentBucket on s3 and have Serverless using their default bucket.(Reason is the company changed our policy to use assumed role for deployment, and new role use serverless default s3 bucket)

  • Error: After removing deploymentBucket from yml file, I ran into error when deploying my packages:

Resource ServerlessDeploymentBucket does not exist for stack xxxxxxx

Any idea on how to “revert” from specific deploymentBucket to default serverless bucket?