From a1a62fdd4cd7646e5ff79d02a4a4cfdbc7195ac3 Mon Sep 17 00:00:00 2001 From: Mertin Dervish Date: Tue, 29 Dec 2020 14:01:35 +0200 Subject: [PATCH] Fix Amazon Linux typo in README.md --- java/amazon-kinesis-producer-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/amazon-kinesis-producer-sample/README.md b/java/amazon-kinesis-producer-sample/README.md index 0ee35d52..305bd820 100644 --- a/java/amazon-kinesis-producer-sample/README.md +++ b/java/amazon-kinesis-producer-sample/README.md @@ -7,7 +7,7 @@ You will need the following: + A stream to put into (with any number of shards). There should be no previous data in the stream, creating a new stream is recommended. + AWS credentials, preferably an IAM role if using EC2 + JDK -+ Maven (```brew install maven```, ```sudo apt-get install maven```, [Amazon Liunx](https://gist.github.com/sebsto/19b99f1fa1f32cae5d00)) ++ Maven (```brew install maven```, ```sudo apt-get install maven```, [Amazon Linux](https://gist.github.com/sebsto/19b99f1fa1f32cae5d00)) Since we'll be running a consumer as well as a producer, the credentials/IAM role should contain permissions for DynamoDB and CloudWatch, in addition to Kinesis. See the [official guide](http://docs.aws.amazon.com/kinesis/latest/dev/learning-kinesis-module-one-iam.html) for details.