https://github.com/jmnarloch/aws-schema-discovery-sns
AWS Schema Discovery SNS
https://github.com/jmnarloch/aws-schema-discovery-sns
Last synced: 2 months ago
JSON representation
AWS Schema Discovery SNS
- Host: GitHub
- URL: https://github.com/jmnarloch/aws-schema-discovery-sns
- Owner: jmnarloch
- License: apache-2.0
- Created: 2020-01-22T06:39:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T05:35:30.000Z (over 5 years ago)
- Last Synced: 2025-01-07T13:14:51.438Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-schema-discovery-sns
> An example application that demonstrates AWS EventBridge Schema integration with SNS.
## Setup
Make sure you have [SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) installed on your workstation.
## Usage
### Basic
For demonstration purposes you can build the project and deploy it into your own AWS account.
```
$ sam build
$ sam deploy --guided
```If you want to modify the source topic to an existing one you can simply alter the `template.yaml` and pass the ARN of
an existing SNS topic.## License
Apache 2.0