A Google Assistant webhook integration to provide the latest AWS news.
- View details on Google
- Deployed on Heroku at https://google-home-aws-news.herokuapp.com/webhook
Powered by go-aws-news
- "OK Google, Talk to cloud computing news"
Note: News items are cached for 8 hours, then renewed with another request
Name | Description | Environment Variable | Command Line Argument | Required | Default |
GIN MODE | Runs web server in production or debug mode | GIN_MODE |
NONE | false |
release |
PORT | Port for web server to listen on | PORT |
NONE | false |
8080 |
Prometheus metrics for usage are available at /metrics
make
make build
make run
make compile