From 148c71144f9545217a7f0a0cc246361106d1f7c0 Mon Sep 17 00:00:00 2001 From: Adesh Atole Date: Tue, 20 Feb 2024 16:25:51 +0530 Subject: [PATCH] Add missing comma --- 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)