This is a simple project to create a connection between Github and Salesforce. You can use this project to create a webhook in Github that will send a message to Salesforce when a new issue is created.
- Clone the repo
- cd to repo
pip install requests -t .
zip -r ../function.zip .
- Upload the zip file to AWS Lambda
- Configure Salesforce connected app with auth privledges
- Set env variables in AWS Lambda.
- Set up API gateway to trigger the AWS Lambda function.
- Configure github repo to send a webhook to the AWS Lambda function.
- Test with a new issue in Github.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.