Search code examples
pythonamazon-web-servicesamazon-dynamodbboto3

boto3 - Unable to use DynamoDB Global Tables version 2019.11.21


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?


Solution

  • Instead of using the create_global_tables methods - I used the create_table and update_table method after posting a similar question on the boto3 issue board - https://github.com/boto/boto3/discussions/3293#discussioncomment-2901429