Skip to content

Commit

Permalink
proper AWS examples link
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Oct 29, 2024
1 parent 48e2ba0 commit d6b5dc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/pubsubs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Official Documentation:
- [SQS](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html)
- [SNS](https://docs.aws.amazon.com/sns/latest/dg/welcome.html)

You can find a fully functional example with AWS SNS in the [Watermill examples](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/pubsubs/aws).
You can find a fully functional example with AWS SNS in the Watermill examples:
- [SNS](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/pubsubs/aws-sns)
- [SQS](https://github.com/ThreeDotsLabs/watermill/tree/master/_examples/pubsubs/aws-sqs)

## Installation

Expand Down

0 comments on commit d6b5dc2

Please sign in to comment.