GitHub App powered by AWS Lambda
- Create a new GitHub App: https://github.com/settings/apps/new
- Use a temporary Webhook URL
- Remember your Webhook secret
- Download your GitHub App Private Key (i.e.
.pemfile) - Configure this project
- Move
.peminto this project and changeCERTvariable fromserverless.ymlif required - Change
APP_IDto match your new GitHub App - Change
GITHUB_WEBHOOK_SECRETto match your new GitHub App
- Deploy this project. Check out https://serverless.com/framework/docs/getting-started/ for details.
- Update your GitHub App's Webhook URL