Skip to content

Releases: njsnx/python-alexa

First Release

20 Nov 23:17
Compare
Choose a tag to compare

First Release

This is the first release of alexa so this release note will list some of the features it provides

  • Simple request routing
  • Simple Session management
  • Simple response crafting

This module is aimed at those who want to worry about the cool things you can do with Alexa and Lambda rather than having to worry about how you get the data in or out too much.

It is still recommended to use the Alexa Skills documentation to understand how to actually create a skill but this module will do the heavy lifting... or rather the tedious lifting for you.

I am planning to make this module more robust by making the code more fail-safe as well as adding some extra features like Utterance generation and Intent Scheme generation

Please let me know of bugs or feature requests in the Issues section