A monorepo of libraries used to build both custom skills and smart home skills for the Amazon Echo.
Provides ES7 annotations for declaratively building both custom skills and smart home skills for the Echo. These skills are designed to be run on AWS Lambda. Try it out in the Playground.
Provides constants commonly used in Amazon Alexa requests and responses.
Provides a chainable pattern for building requests that skills would receive via AWS Lambda. This library is mostly used to build test requests for end-to-end testing of skills.
Provides a chainable pattern for building responses for skill intents and smart home directives. Easily create speech, cards, and question responses as well as smart home responses.
Alexa supports speech via simple strings, but it also supports more complex speech defined in SSML. This library allows developers to write valid SSML as JSX inline with their JavaScript.