Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 22, 2021
1 parent 9653385 commit 1fb3f35
Showing 1 changed file with 5 additions and 0 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).

0 comments on commit 1fb3f35

Please sign in to comment.