Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 670 Bytes

iot-to-pushover

A bridge from SNS Events (containing 1click data) to Pushover

image

Setup Instructions

  • Create / configure 1click to SNS bridge first from https://github.com/aldrinleal/oneclick-bridge
  • Create a .env file with your PUSHOVER_TOKEN and PUSHOVER_USER_KEY into it
  • deploy (see below)
  • bind the SNS topic (from first step) into the new lambda (i2p-dev-service)

Deploying

(requires make, go and yarn):

$ go get -v ./...
$ yarn install --frozen-lockfile
$ make && yarn sls deploy

Details