Skip to content

Go script to check who is on call on Pagerduty and runs it on aws lambda

Notifications You must be signed in to change notification settings

mmiranda/pagerduty-oncall-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pagerduty-oncall-bot

Go script to check who is on call on Pagerduty and shows it on Slack

  1. Create a lambda function on your aws console
  2. Upload the versioned binary (or build your own: GOOS=linux GOARCH=amd64 go build -o main main.go )
  3. Configure an APIgateway on lambda console as well
  4. Create a slash-command /oncall (or whatever you want) on https://your-company.slack.com and insert the new API endpoint and method GET
  5. Setup the needed environment variables on lambda console
  6. Type /oncall on your slack and see the response

About

Go script to check who is on call on Pagerduty and runs it on aws lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published