boto3 - Unable to use DynamoDB Global Tables version 2019.11.21 #3293
-
I am using the current version of boto3. I was wondering is it possible to create global tables in DynamoDB that are of version 2019.11.21? According to the boto3 documentation - https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.create_global_table - This operation only applies to Version 2017.11.29 of global tables. Has anyone overcome this in boto3? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @L00162772 thanks for reaching out. Here is some documentation on creating global tables with version 2019.11.21: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables.tutorial.html Based on the CLI example there it looks like you can just use the |
Beta Was this translation helpful? Give feedback.
Hi @L00162772 thanks for reaching out. Here is some documentation on creating global tables with version 2019.11.21: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables.tutorial.html
Based on the CLI example there it looks like you can just use the
create_table
API: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.create_table