Metadata-Version: 2.0
Name: falcon-lambda
Version: 0.1.8
Summary: Falcon web framework extensions for building AWS Lambda Apps
Home-page: https://github.com/jmvrbanac/falcon-lambda
Author: John Vrbanac
Author-email: john.vrbanac@linux.com
License: Apache v2
Keywords: falcon framework AWS lambda
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: aws
Provides-Extra: swagger
Requires-Dist: falcon (>=1.3.0)
Provides-Extra: aws
Requires-Dist: boto3 (>=1.4.7); extra == 'aws'
Requires-Dist: aws-xray-sdk (>=0.97); extra == 'aws'
Provides-Extra: swagger
Requires-Dist: prance (>=0.7.0); extra == 'swagger'
Requires-Dist: jsonschema (>=2.6.0); extra == 'swagger'

Falcon Lambda
=============

A collection of utilities and extensions for building Falcon Web Applications
on AWS Lambda.


**Warning**
This project is currently in a proof-of-concept phase. Here be dragons!


