frccountdown-alexa-skill
A simple alexa skill that you can ask how long until kickoff
Setup
- Create an Amazon AWS account. You can choose the free version.
- Create a Lambda function in AWS and copy paste countdownlambda.py into the editor.
- In the configuration tab:
- Set the runtime environment to python 2.7
- Set the handler to lambda_function.lambda_handler
- Create a custom role with the default options
- In the triggers tab, create an Alexa skills kit trigger
- Create an amazon developers account
- Click on the alexa tab and crete a new alexa skill
- Choose the skill type which should be custom
- set the name, description, invocation name (I chose frc bot)...
- In the interaction model tab copy and paste intent-schema.json into the intent-schema section.
- In the sample utterances section copy and paste utterances.txt.
- In the configuration tab, select Lambda endpoint and copy and paste the ARN id into the feild.
- You can test and save your skill.
- Done!
You should be able to test it by saying
"Alexa, ask frc bot how long until kickoff?"
or
"Alexa, ask frc bot how many days until kickoff?"