https://github.com/hjfitz/probot-azure-serverless
A custom verison of @probot/probot fit for Azure Serverless Functions
https://github.com/hjfitz/probot-azure-serverless
azure azure-functions faas probot probot-app
Last synced: 2 months ago
JSON representation
A custom verison of @probot/probot fit for Azure Serverless Functions
- Host: GitHub
- URL: https://github.com/hjfitz/probot-azure-serverless
- Owner: hjfitz
- Created: 2020-10-28T11:27:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T14:00:32.000Z (over 4 years ago)
- Last Synced: 2025-01-14T03:37:54.404Z (4 months ago)
- Topics: azure, azure-functions, faas, probot, probot-app
- Language: TypeScript
- Homepage: https://github.com/hjfitz
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Probot for Azure Functions
## Setup For Local Dev
* Install dependencies:
```sh
~ $ yarn
```* Set up .env. Copy `.env.example` to `.env`. There are instructions in `.env.example` on getting most of the keys
* Go to smee.io, get your URL and start your session```sh
~ $ smee -u $YOUR_URL
```* Start development
```sh
~ $ yarn dev
```## Creating Handlers
In `probot-handler/create-handlers.ts`, an instance of the custom Probot is created. Here, you can add your event handlers, as you would in probot.