Skip to content

Commit

Permalink
Merge pull request #331 from mertindervish/patch-1
Browse files Browse the repository at this point in the history
Fix Amazon Linux typo in README.md
  • Loading branch information
AvinashChowdary committed Jul 13, 2021
2 parents 3e21048 + a1a62fd commit c6d9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c6d9f5a

Please sign in to comment.