Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/sns/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# @message-queue-toolkit/sns

AWS SNS (Simple Notification Service) implementation for the message-queue-toolkit. Provides a robust, type-safe abstraction for publishing messages to SNS topics and consuming them via SQS queue subscriptions, with support for both standard and FIFO topics.
AWS SNS (Simple Notification Service) implementation for the message-queue-toolkit. Provides a robust, type-safe
abstraction for publishing messages to SNS topics and consuming them via SQS queue subscriptions, with support for both
standard and FIFO topics.

## Table of Contents

Expand Down
Loading