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

KeyDatatypeRequiredDescription
GlobalTableNamenullThe global table name.
ReplicationGroupnullThe Regions where the global table needs to be created.
Actionstring

Request Body

{"GlobalTableName"=>"postman", "ReplicationGroup"=>[{"RegionName"=>"us-east-1"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring