GitHunt
CA

Monorepo of libraries used for Amazon Alexa development

Alexa Build Status

A monorepo of libraries used to build both custom skills and smart home skills
for the Amazon Echo.

Libraries

alexa-annotations

NPM Version

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.

alexa-constants

NPM Version

Provides constants commonly used in Amazon Alexa requests and responses.

alexa-request

NPM Version

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.

alexa-response

NPM Version

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.

ssml-jsx

NPM Version

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.

Languages

JavaScript100.0%

Contributors

MIT License
Created October 9, 2016
Updated February 12, 2022