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
- Host: GitHub
- URL: https://github.com/dschep/serverless-pushover
- Owner: dschep
- License: mit
- Created: 2019-08-28T19:20:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T14:45:28.000Z (over 6 years ago)
- Last Synced: 2025-04-09T10:52:24.647Z (10 months ago)
- Topics: notifications, pushover, serverless
- Language: Python
- Homepage:
- Size: 912 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

## 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)