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
.env
file with yourPUSHOVER_TOKEN
andPUSHOVER_USER_KEY
into 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