Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/cdk-construct-alexa-skill
An AWS CDK Construct that creates an Alexa Skill backend
https://github.com/taimos/cdk-construct-alexa-skill
Last synced: 8 days ago
JSON representation
An AWS CDK Construct that creates an Alexa Skill backend
- Host: GitHub
- URL: https://github.com/taimos/cdk-construct-alexa-skill
- Owner: taimos
- License: apache-2.0
- Created: 2020-01-12T21:08:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:41:52.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T03:49:14.393Z (about 2 months ago)
- Language: TypeScript
- Size: 1.77 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![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-skillpip3 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.