rrahul963 / serverless-create-global-dynamodb-table

serverless plugin that would create global dynamodb tables for specified tables
Apache License 2.0
25 stars 17 forks source link

Unable to get version: v2 to work with createStack true #33

Open geokbee opened 3 years ago

geokbee commented 3 years ago

Can you please show a sample serverless.yml that creates a global table in us-east-1 and replica in us-west-2 (or any other regions) using version v2 with createStack true. I have not been able to get it to work. The message i keep getting is: Failed to setup global table. Error Failed to create a the new replica of table because one or more replicas already existed as tables.

ModyQyW commented 3 years ago

Try delete existing global tables first.