Official AWS CLI for Amazon Kinesis streaming data services.
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 This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB