Home

Awesome

google-home-aws-news

Build Status Go Report Card

A Google Assistant webhook integration to provide the latest AWS news.

Powered by go-aws-news

Usage

Note: News items are cached for 8 hours, then renewed with another request

Example View

<p align="center"><img src="https://i.imgur.com/UjxafOi.png" width="30%" height="30%" /></p>

Configuration

NameDescriptionEnvironment VariableCommand Line ArgumentRequiredDefault
GIN MODERuns web server in production or debug modeGIN_MODENONEfalserelease
PORTPort for web server to listen onPORTNONEfalse8080

Metrics

Prometheus metrics for usage are available at /metrics

Development

Test

make

Build

make build

Run

make run

Compile Binary

make compile