Metadata-Version: 2.1
Name: taimos.cdk-construct-alexa-skill
Version: 1.0.0
Summary: An AWS CDK Construct that creates an Alexa Skill backend
Home-page: https://github.com/taimos/cdk-construct-alexa-skill
Author: Thorsten Hoeger<thorsten.hoeger@taimos.de>
License: Apache-2.0
Project-URL: Source, https://github.com/taimos/cdk-construct-alexa-skill
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jsii (~=1.1.0)
Requires-Dist: publication (>=0.0.3)
Requires-Dist: aws-cdk.aws-dynamodb (==1.31.0)
Requires-Dist: aws-cdk.aws-iam (==1.31.0)
Requires-Dist: aws-cdk.aws-lambda (==1.31.0)
Requires-Dist: aws-cdk.aws-s3 (==1.31.0)
Requires-Dist: aws-cdk.core (==1.31.0)
Requires-Dist: constructs (==2.0.1)

[![npm version](https://badge.fury.io/js/%40taimos%2Fcdk-construct-alexa-skill.svg)](https://badge.fury.io/js/%40taimos%2Fcdk-construct-alexa-skill)
[![PyPI version](https://badge.fury.io/py/taimos.cdk-construct-alexa-skill.svg)](https://badge.fury.io/py/taimos.cdk-construct-alexa-skill)

# A CDK L3 Construct for an Alexa Skill backend

## Installation

You can install the library into your project using npm or pip.

```bash
npm install @taimos/cdk-construct-alexa-skill

pip3 install taimos.cdk-construct-alexa-skill
```

# Contributing

We welcome community contributions and pull requests.

# License

The CDK construct library is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).

See [LICENSE](./LICENSE) for more information.


