From 1fb3f351d883370c597c12b34b9606637eb2f29f Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 22 Sep 2021 11:16:24 +0200 Subject: [PATCH] changelog --- changelogs/fragments/726-dynamodb_table-boto3.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/726-dynamodb_table-boto3.yml diff --git a/changelogs/fragments/726-dynamodb_table-boto3.yml b/changelogs/fragments/726-dynamodb_table-boto3.yml new file mode 100644 index 00000000000..5cd4ae98d65 --- /dev/null +++ b/changelogs/fragments/726-dynamodb_table-boto3.yml @@ -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).