A bridge from SNS Events (containing 1click data) to Pushover
- Create / configure 1click to SNS bridge first from https://github.com/aldrinleal/oneclick-bridge
- Create a
.envfile with yourPUSHOVER_TOKENandPUSHOVER_USER_KEYinto it - deploy (see below)
- bind the SNS topic (from first step) into the new lambda (
i2p-dev-service)
(requires make, go and yarn):
$ go get -v ./...
$ yarn install --frozen-lockfile
$ make && yarn sls deploy
