Skip to content

Commit 6d5b29c

Browse files
committed
[Host.AmazonSQS] Add SNS support
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
1 parent 5440c8e commit 6d5b29c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/provider_amazon_sqs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Before diving into this provider documentation, please make sure to read the [In
1414
- [Producing Request Messages](#producing-request-messages)
1515
- [Handling Request Messages](#handling-request-messages)
1616
- [Topology Provisioning](#topology-provisioning)
17+
- [Future Ideas](#future-ideas)
18+
- [Application-to-Person (A2P) Support](#application-to-person-a2p-support)
1719

1820
## Configuration
1921

@@ -281,4 +283,10 @@ mbb.WithProviderAmazonSQS(cfg =>
281283

282284
> By default, both flags are enabled (`true`).
283285

284-
This flexibility allows you to define ownership of queues/topics clearlye.g., producers handle queue creation while consumers manage subscriptions.
286+
This flexibility allows you to define ownership of queues/topics clearlye.g., producers handle queue creation while consumers manage subscriptions.
287+
288+
## Future Ideas
289+
290+
### Application-to-Person (A2P) Support
291+
292+
The SNS supports sending SMS messages and Email to persons. While this is not a typical system to system communication, there could be few configuration and mapping features that could be added to leverage that capability from SMB.

docs/provider_amazon_sqs.t.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Before diving into this provider documentation, please make sure to read the [In
1414
- [Producing Request Messages](#producing-request-messages)
1515
- [Handling Request Messages](#handling-request-messages)
1616
- [Topology Provisioning](#topology-provisioning)
17+
- [Future Ideas](#future-ideas)
18+
- [Application-to-Person (A2P) Support](#application-to-person-a2p-support)
1719

1820
## Configuration
1921

@@ -266,3 +268,9 @@ mbb.WithProviderAmazonSQS(cfg =>
266268
> By default, both flags are enabled (`true`).
267269

268270
This flexibility allows you to define ownership of queues/topics clearlye.g., producers handle queue creation while consumers manage subscriptions.
271+
272+
## Future Ideas
273+
274+
### Application-to-Person (A2P) Support
275+
276+
The SNS supports sending SMS messages and Email to persons. While this is not a typical system to system communication, there could be few configuration and mapping features that could be added to leverage that capability from SMB.

0 commit comments

Comments
 (0)