Global19 / example-begin

Probot & Begin.com example

Home Page:https://begin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Probot & AWS Lambda example

This repository is an example of how to deploy the "Hello, World" of probot apps to AWS Lambda using serverless.

Begin build status

Deploy your own

Deploy to Begin

Deploy your own clone of this app to Begin!

Once deployed, make sure to configure the environment variables for your production environment once you registered a GitHub App

  1. APP_ID
  2. PRIVATE_KEY (base64 encoded, you can do that here)
  3. WEBHOOK_SECRET

Local setup

  • Start the local dev server: npm start
  • Run your tests: npm test

Reference

  • Probot - The Probot documentation
  • Begin Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more about Begin!

About

Probot & Begin.com example

https://begin.com

License:ISC License


Languages

Language:JavaScript 40.9%Language:Shell 36.2%Language:HTML 21.9%Language:Arc 1.1%