0.0.1 • Published 5 months ago

cdk-home-assistant-skill v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

cdk-home-assistant-skill

GitHub License Build status

Github version npm PyPI version

Since I am only working with Node.js and TypeScript, the Python package is currently not tested / used. Therefore I am looking for someone to use and test it to provide feedback, if the library is actually working and if there are best practices to apply (e.g. namings, module name, etc.).

Your library for creating and managing Alexa Skills via CloudFormation using AWS CDK.

Table of Contents

Installation

Node.js / TypeScript

To install the Node.js version of this library, use npm or yarn:

npm install cdk-home-assistant-skill
# or
yarn add cdk-home-assistant-skill

Python

To install the Python version of this library, use pip:

pip install cdk-home-assistant-skill

Usage

To use this library in your AWS CDK project, import and instantiate the classes you need.

You can find the API-Documentation here.

Regional restrictions

Skills can be deployed in every AWS regions, but Lambda Endpoints are restricted to

  • North America: arn:aws:lambda:us-east-1:<aws_account_id>:function:<lambda_name>
  • Europe, India: arn:aws:lambda:eu-west-1:<aws_account_id>:function:<lambda_name>
  • Far East: arn:aws:lambda:location<aws_account_id>:function:<lambda_name>

Contributing

We welcome contributions from the community. To contribute, please follow our contribution guidelines.

License

This library is licensed under the Apache 2.0 License - see the LICENSE file for details.