Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 866 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 866 Bytes

PagerDuty skill for Amazon Echo (Alexa)

An Amazon Alexa skill that provides information about PagerDuty.

Connect Alexa to your PagerDuty account and find out when you and your teammates are on call.

Development

Run npm install to install needed dependencies.

The PagerDuty skill runs on Node 4.3 in AWS Lambda. Node Version Manager (nvm) is used to run the same version of Node locally.

grunt-aws-lambda is used to manage the Lambda code.

To run the skill locally, provide a test/event.json file with a mock Lambda request. Execute grunt invoke to run the code.

Deployment

To deploy, run grunt deploy. The code will be packaged and uploaded to AWS Lambda.

You must have valid AWS credentials.