Create Global Table
POST {{aws_dynamodb_base_url}}/?Action=CreateGlobalTable
Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
GlobalTableName | null | The global table name. | |
ReplicationGroup | null | The Regions where the global table needs to be created. | |
Action | string |
Request Body
{"GlobalTableName"=>"postman", "ReplicationGroup"=>[{"RegionName"=>"us-east-1"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string |