For integrating Amazon Echo / Alexa Skills API with Ellipsis
Describes the steps/settings that were taken to initialize the services which the Alexa Client uses.
Note that the settings for the skills developer portal are more-or-less a one-time configuration. There is no need for any sort of automated deployment as the skill is designed to be as simple and generic as possible.
- Alexa Skills Kit -> Get Started
- Add New Skill
- Skill Type: Custom Interaction Model
- Name: Ellipsis Connector
- Invocation Name: ellipsis
- Audio Player: No (Might change in the future)
- Intent Schema. See alexa-skill/intent_schema.json
- Custom Slot Types: None.
- Sample Utterances: See alexa-skill/utterances.txt
- Endpoint: Lambda ARN (Amazon Resource Name)
- Endpoint ARN:
arn:aws:lambda:us-east-1:170937251085:function:AlexaSkillFunction
- Account Linking: TBD.
N/A
TBD.
TBD.
- As of this writing, Lambda Functions serving the Alexa API only work with the us-east (N. Virginia) region.
- Runtime is Node.js 4.3
- Function timeout should account for the Ellipsis endpoint response times (currently set for 30s).