Write one record to a Kinesis stream

aws kinesis

  • Official AWS CLI for Amazon Kinesis streaming data services.
    More information: <https://docs.aws.amazon.com/cli/latest/reference/kinesis/index.html#cli-aws-kinesis>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

aws kinesis put-record --stream-name {{name}} --partition-key {{key}} --data {{base64_encoded_message}}

click the source code to copy install aws kinesis on any operating system with command-not-found.com