An open API service indexing awesome lists of open source software.

https://github.com/dschep/serverless-pushover

⚡📲 Forward notifications from the Serverless Dashboard to Pushover
https://github.com/dschep/serverless-pushover

notifications pushover serverless

Last synced: 4 months ago
JSON representation

⚡📲 Forward notifications from the Serverless Dashboard to Pushover

Awesome Lists containing this project

README

          

# ⚡📲 Serverless Pushover

A Serverless project that forwards SNS notifications from
[Serverless Dashboard](https://dashboard.serverless.com)
to [Pushover](https://pushover.net).

![Screenshots of a push notification and detail in Pushover](./screenshots.png)

## Setup instructions
1. Clone this repo & `cd` into it
```shell
git clone https://github.com/dschep/serverless-pushover
cd serverless-pushover
```
1. Install the serverless framework
```shell
npm i -g serverless
```
1. Create a new application on pushover by clicking [this link](https://pushover.net/apps/build)
1. Deploy! Replace `` and `` with your Pushover user key and the
key/token for the app you just created respectively.
```shell
PUSHOVER_USER_KEY= PUSHOVER_APP_KEY= serverless deploy
```
1. Run `sls info -v` and copy the ARN of the SnsTopicArn stack output and paste it into the
configuration on [dashboard.serverless.com](https://dashboard.serverless.com)