https://github.com/zilohumberto/notification-sns-go
A microservice to send notifacations SNS with GRPC in Golang
https://github.com/zilohumberto/notification-sns-go
aws go golang http microservice notification-sns rest-api sns
Last synced: 3 months ago
JSON representation
A microservice to send notifacations SNS with GRPC in Golang
- Host: GitHub
- URL: https://github.com/zilohumberto/notification-sns-go
- Owner: zilohumberto
- License: mit
- Created: 2020-06-08T01:46:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T20:02:31.000Z (about 6 years ago)
- Last Synced: 2025-12-17T17:32:28.206Z (8 months ago)
- Topics: aws, go, golang, http, microservice, notification-sns, rest-api, sns
- Language: Go
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# notification-sns-go
A microservice to send notifications SNS with GPPC in Golang
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/notification-sns-go
```
### Testing
``make test``