awslabs / amazon-dynamodb-tools

Tools to make effective use of DynamoDB easier.
Apache License 2.0
113 stars 24 forks source link

bugfix: #18 Adding boto3 dependency to requirements.txt for table_cla… #19

Closed tebanieo closed 1 year ago

tebanieo commented 1 year ago

Issue #18 :

Description of changes: Updating the requirements file with the minimum version required to provide the right table class, this package will work with 1.20.18 but this version don't support the table class attribute in the result of describe table. 1.23.18 should be the min version to provide a meaningful response.

NIT - Reformatted Readme file, removed white-spaces.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.