version: "1.0.0" layout: post no-render-title: true title: Make an Alexa Skill
_Copied from my GitHub techdiary_
Make an Alexa Skill
Success Criteria
- Able to run hello world alexa skill
- Can use command line tooling
- Use serverless with python
Tasks
Follow directions from:
https://medium.com/@rupakg/how-to-build-a-serverless-alexa-skill-51d8479e0432 https://github.com/rupakg/sls-meetup-alexa-skill
- Need to downgrade version of serverless
https://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula/4158763#4158763
# sls alexa auth is broken npm install -g serverless@1.32.0
Try to deploy a serverless python skill.
Try to deploy a serverless c# skill.
Try to make it Alexa enabled.
Reference