Metadata-Version: 2.1
Name: cdk-chalice
Version: 0.6.1
Summary: AWS CDK construct for AWS Chalice
Home-page: https://github.com/alexpulver/cdk-chalice
Author: Alex Pulver
Author-email: alex.pulver@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.aws-iam (>=1.18.0)
Requires-Dist: aws-cdk.aws-s3-assets (>=1.18.0)
Requires-Dist: aws-cdk.core (>=1.18.0)
Requires-Dist: docker

# cdk-chalice

[![PyPI Version](https://badge.fury.io/py/cdk-chalice.svg)](https://badge.fury.io/py/cdk-chalice)
[![Downloads](https://img.shields.io/pypi/dm/cdk-chalice.svg)](https://pypi.org/project/cdk-chalice/)
[![codecov](https://codecov.io/gh/alexpulver/cdk-chalice/branch/master/graph/badge.svg)](https://codecov.io/gh/alexpulver/cdk-chalice)
[![Documentation Status](https://readthedocs.org/projects/cdk-chalice/badge/?version=latest)](https://cdk-chalice.readthedocs.io/en/latest/?badge=latest)
[![Contributors](https://img.shields.io/github/contributors/alexpulver/cdk-chalice.svg)](https://github.com/alexpulver/cdk-chalice/graphs/contributors)

**AWS CDK construct for AWS Chalice**

This library allows to include an [AWS Chalice](https://chalice.readthedocs.io/en/latest/) 
application into a broader [AWS Cloud Development Kit](https://docs.aws.amazon.com/cdk/latest/guide/home.html)
(AWS CDK) application.

See API documentation on Read the Docs: https://cdk-chalice.readthedocs.io/en/latest/

**Installation**

Install and update using [pip](https://pip.pypa.io/en/stable/installing/):
```bash
pip install -U cdk-chalice
```


