Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 734 Bytes

Gentle GitHub PR Notifier

Gives a call whenever there is a Pull Request in GitHub requesting for review.

Getting Ready

  1. Ruby 2.7 required.
  2. GitHub & Twilio account required.
  3. AWS account is required for deployment.

Getting Started

  1. Clone this project and ensure that serverless is installed.
  2. Update the phone book in handler.rb.

Run on AWS

  1. Run $ sls deploy --twilioAccountSid=<twilio account sid> --twilioAuthToken=<twilio auth token> --twilioFromNo=<twilio number to call from>

Note that --region defaults to us-west-2 unless overridden.