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.
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.
To deploy, run grunt deploy. The code will be packaged and uploaded to AWS Lambda.
You must have valid AWS credentials.