serverless-create-global-dynamodb-table icon indicating copy to clipboard operation
serverless-create-global-dynamodb-table copied to clipboard

Failed to create global table with v1

Open zhaoyi0113 opened this issue 2 years ago • 0 comments

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?

zhaoyi0113 avatar Oct 26 '21 08:10 zhaoyi0113