Metadata-Version: 2.1
Name: chalice-http-toolkit
Version: 0.3.0
Summary: Several helpers for building serverless websites using Chalice
Home-page: https://gitlab.com/chalice-http-toolkit/chalice-http-toolkit
Author: Chris Lapa
Author-email: 
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/chalice-http-toolkit/chalice-http-toolkit/-/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: layered
License-File: LICENSE.txt

# chalice-http-toolkit

[![Documentation Status](https://readthedocs.org/projects/chalice-http-toolkit/badge/?version=latest)](https://chalice-http-toolkit.readthedocs.io/en/latest/?badge=latest)

chalice-http-toolkit enables a Flask like website building experience using [Chalice](https://aws.github.io/chalice/), AWS Lambda, API Gateway & CloudFront. It does this by bolting on Jinja2 templates, and CloudFront cache management layer.

For full setup guide see the [documentation](https://chalice-http-toolkit.readthedocs.io/en/latest/).

## License

chalice-http-toolkit is licensed under the [GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/#) license.

