Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource DynamoDb Error on deploy in another region #3868

Closed
rdehnhardt opened this issue Jun 27, 2017 · 3 comments
Closed

Resource DynamoDb Error on deploy in another region #3868

rdehnhardt opened this issue Jun 27, 2017 · 3 comments
Labels

Comments

@rdehnhardt
Copy link

Bug Report

Description

Deploy crashes when I try to deploy in multiple regions.

Ex: An error occurred while provisioning your stack: LocalesDynamoDbTable - locales-dev already exists.

@rdehnhardt
Copy link
Author

@pmuens
Copy link
Contributor

pmuens commented Jun 27, 2017

Hey @rdehnhardt thanks for opening 👍

Could you please share your serverless.yml file and the steps you took to deploy so that we can dig into this?

Thanks in advance!

@pmuens
Copy link
Contributor

pmuens commented Jun 27, 2017

Ok. I took another look at your error message.

This seems to be a duplicate of #3183.

I'll close this one since we track the progress in #3183. Feel free to chime in over there 👍.


The root cause of the problem is that your DynamoDB table definition has (very likely) a DeletionPolicy of Retain which prevents it from unprovisioning /removing when removing the stack. You can find more info about it here: #3148 (comment).

@pmuens pmuens closed this as completed Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants