From 8fe72fa17d94b38d7eb1e726b530b0a0ce9a4987 Mon Sep 17 00:00:00 2001 From: Adam Varga Date: Mon, 19 Apr 2021 11:07:35 -0400 Subject: [PATCH] Fixing typo for IAM policy json in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fe3307..0a08797 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In our implementation we opted to use Amazon Kinesis Client with DynamoDB Stream "dynamodb:DescribeTable", "dynamodb:DescribeStream", "dynamodb:ListTagsOfResource", - "dynamodb:DescribeLimits" + "dynamodb:DescribeLimits", "dynamodb:GetRecords", "dynamodb:GetShardIterator", "dynamodb:Scan" @@ -151,4 +151,4 @@ Third party components and dependencies are covered by the following licenses - * [Debezium](https://debezium.io/) * [kafka-connect-couchbase](https://github.com/couchbase/kafka-connect-couchbase) * [amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client) -* [dynamodb-streams-kinesis-adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter) \ No newline at end of file +* [dynamodb-streams-kinesis-adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter)