💾 Archived View for freeshell.de › tldr › aws-kinesis.gmi captured on 2023-11-14 at 08:40:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

aws kinesis

Official AWS CLI for Amazon Kinesis streaming data services.

More information.

aws kinesis list-streams
aws kinesis put-record --stream-name {name} --partition-key {key} --data {base64_encoded_message}
aws kinesis put-record --stream-name {name} --partition-key {key} --data "$( echo "{my raw message}" | base64 )"
aws kinesis list-shards --stream-name {name}
aws kinesis get-shard-iterator --shard-iterator-type TRIM_HORIZON --stream-name {name} --shard-id {id}
aws kinesis get-records --shard-iterator {iterator}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY