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๐Ÿ”—