serverless-pushover

⚡📲 Forward notifications from the Serverless Dashboard to Pushover

MIT License

Stars
6
Committers
1

Serverless Pushover

A Serverless project that forwards SNS notifications from Serverless Dashboard to Pushover.

Setup instructions

  1. Clone this repo & cd into it
    git clone https://github.com/dschep/serverless-pushover
    cd serverless-pushover
    
  2. Install the serverless framework
    npm i -g serverless
    
  3. Create a new application on pushover by clicking this link
  4. Deploy! Replace <USER> and <APP> with your Pushover user key and the
    key/token for the app you just created respectively.
    PUSHOVER_USER_KEY=<USER> PUSHOVER_APP_KEY=<APP> serverless deploy
    
  5. Run sls info -v and copy the ARN of the SnsTopicArn stack output and paste it into the
    configuration on dashboard.serverless.com