aws-messaging-and-streaming
aws messaging and streaming
What it does
- Messages are consumed once (point-to-point) or fanned out (pub/sub), then removed
- No replay — once acknowledged, a message is gone
- Designed for command/request workloads, task distribution, and event notification
- Records are retained and replayable within the retention window
- Strict ordering within a partition/shard
- Multiple independent consumers can read the same data at different positions
- Designed for event sourcing, real-time analytics, change data capture, and continuous processing
Requirements & configuration
- Event sourcing where consumers need to replay from any point in time
Configuration: RULE_ARNERROR_CODEBASIC_AUTH
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
aws-messaging-and-streaming FAQ
What does the aws-messaging-and-streaming skill do?
> Guides use of AWS messaging and streaming services. Covers Amazon SQS, Amazon SNS, Amazon EventBridge, Amazon MQ, Amazon Kinesis Data Streams, Amazon Data Firehose, Amazon Managed Service for Apache Flink, and Amazon Managed Streaming for Apache Kafka (MSK). Use when implementing messaging and streaming patterns. Messages are consumed once (point-to-point) or fanned out (pub/sub), then removed No replay — once acknowledged, a message is gone
What does aws-messaging-and-streaming require?
Event sourcing where consumers need to replay from any point in time Configuration keys: RULE_ARN, ERROR_CODE, BASIC_AUTH.
How do I install aws-messaging-and-streaming?
Run: npx -y skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-messaging-and-streaming --agent claude-code — the source lives at github.com/aws/agent-toolkit-for-aws.
Maintain aws-messaging-and-streaming?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[aws-messaging-and-streaming on getagentictools](https://getagentictools.com/skills/aws-agent-toolkit-for-aws-aws-messaging-and-streaming?ref=badge) npx agentictools info skills/aws-agent-toolkit-for-aws-aws-messaging-and-streaming The second line is the CLI lookup for this page — handy in READMEs and docs.