Skip to content

Instantly share code, notes, and snippets.

@davideicardi
Created August 6, 2019 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davideicardi/a1aec9c00e0e7a775dca6820964c5c8b to your computer and use it in GitHub Desktop.
Save davideicardi/a1aec9c00e0e7a775dca6820964c5c8b to your computer and use it in GitHub Desktop.
Read kinesis data from aws cli

aws kinesis get-shard-iterator --stream-name YOUR_STREAM_NAME --shard-id 0 --shard-iterator-type TRIM_HORIZON

aws kinesis get-records --shard-iterator YOUR_SHARD_ITERATOR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment