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

Failed to create global table with v1 #44

Open zhaoyi0113 opened 3 years ago

zhaoyi0113 commented 3 years ago

I have blow configuration:

globalTables:
    version: v2
    regions:
      - ap-southeast-1
      - ap-southeast-2
    createStack: false

but when run sls deploy in ap-southeast-2, it gives me below error

CreateGlobalTable: Failed to setup global table. Error Cannot add, delete, or update the local region through ReplicaUpdates. Use CreateTable, DeleteTable, or UpdateTable as required.

what could be the reason causing this issue?