Skip to content

Commit

Permalink
Merge pull request #726 from tremble/boto3/dynamodb_table
Browse files Browse the repository at this point in the history
dynamodb_table - boto3 migration

SUMMARY
Existing boto3 migration (#65) seems to have been mangled by the migration to collections and has bit-rotted.  Start from scratch and don't add new features.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
dynamodb_table
ADDITIONAL INFORMATION

Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: Mark Chappell <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] authored Oct 11, 2021
2 parents ff16412 + 5603d4e commit e3a50c4
Show file tree
Hide file tree
Showing 4 changed files with 1,056 additions and 406 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/726-dynamodb_table-boto3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minor_changes:
- dynamodb_table - the module has been updated to use the boto3 AWS SDK (https://github.com/ansible-collections/community.aws/pull/726).
deprecated_features:
- dynamodb_table - DynamoDB does not support updating the primary indexes on a table. Attempts to make such changes are currently ignored but will result in failures after version 3.0.0 (https://github.com/ansible-collections/community.aws/pull/726).
- dynamodb_table - DynamoDB does not support specifying non-key-attributes when creating an ``ALL`` index. Passing ``includes`` for such indexes is currently ignored but will result in failures after version 3.0.0 (https://github.com/ansible-collections/community.aws/pull/726).
Loading

0 comments on commit e3a50c4

Please sign in to comment.