| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Serverless Github Check. This repo is part of the Serverless November Challenge
The idea is to validate that all Pull Requests are related to a specific trello card.
Check rules:
Set your github token in AWS Parameter Store. The project is already configured to take the token from there if you call it githubToken. More info about adding parameters to AWS Parameter Store and why it's good to use it here
Deploy the service
serverless deploy
After the deploy has finished, you should see something like:
Service Information service: serverless-github-check stage: dev region: eu-west-1 stack: serverless-github-check-dev api keys: None endpoints: POST - https://abcdefghij.execute-api.eu-west-1.amazonaws.com/dev/webhook functions: githubCheck: serverless-github-check-dev-githubCheck
Configure the webhook in the github repository settings. This link can help you.
Apply the github check for Trello cards or change the rule to apply a new one! :)
| Back | FazBrowse Home | New Git URL |