https://github.com/xreef/alexa-skill-manage-relay-nodejs
Code for tutorial "AWS Alexa Smart Home Skill"
https://github.com/xreef/alexa-skill-manage-relay-nodejs
alexa aws aws-lambda
Last synced: 6 months ago
JSON representation
Code for tutorial "AWS Alexa Smart Home Skill"
- Host: GitHub
- URL: https://github.com/xreef/alexa-skill-manage-relay-nodejs
- Owner: xreef
- Created: 2021-09-20T20:01:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T21:58:06.000Z (over 4 years ago)
- Last Synced: 2025-02-05T06:14:50.353Z (over 1 year ago)
- Topics: alexa, aws, aws-lambda
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here the second tutorial to create oun Alexa Skill.
[Here the link to the first part: DynamoDB tutorial](https://www.mischianti.org/category/tutorial/alexa-connected-devices-smart-home-skill-tutorial/dynamodb-tutorial/)

In this part we are going to create the speach part, and the interaction with the relative lambda to save the status on DynamoDB.
Read full articles series at www.mischianti.org
- AWS Alexa Smart Home Skill: introduction and startup
- AWS Alexa Smart Home Skill: create the skill manage the security
- AWS Alexa Smart Home Skill: create lambda and manage security
- AWS Alexa Smart Home Skill: configure lambda for the skill
- AWS Alexa Smart Home Skill: load sample code and test Lambda
- AWS Alexa Smart Home Skill: load sample code and test Lambda
- AWS Alexa Smart Home Skill: test your skill in dev and manage log