https://github.com/nullstone-modules/aws-sns-topic
Creates an AWS SNS Topic
https://github.com/nullstone-modules/aws-sns-topic
Last synced: 4 months ago
JSON representation
Creates an AWS SNS Topic
- Host: GitHub
- URL: https://github.com/nullstone-modules/aws-sns-topic
- Owner: nullstone-modules
- License: mit
- Created: 2023-11-01T13:05:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T18:16:06.000Z (over 2 years ago)
- Last Synced: 2024-02-09T19:28:55.847Z (over 2 years ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-sns-topic
This module creates an SNS Topic in AWS.
This block is launched as a datastore and then connected to your applications using capabilities.
### Connecting To Your App
Connect your application to this SNS Topic as a publisher or subscriber.
At the time of this publish, Nullstone provides two capability modules to establish this connection and grant the correct access privileges.
[nullstone/aws-sns-publish](https://app.nullstone.io/registry/modules/nullstone/aws-sns-publish/readme)
[nullstone/aws-sns-subscribe](https://app.nullstone.io/registry/modules/nullstone/aws-sns-subscribe/readme)