Skip to main content

cdk-home-assistant-skill

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-home-assistant-skill-0.0.1.tar.gz (26.3 kB view hashes)

Uploaded Source

Built Distribution

cdk_home_assistant_skill-0.0.1-py3-none-any.whl (26.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page