Metadata-Version: 1.1
Name: lambda_utils
Version: 0.2.10
Summary: A collection of AWS Lambda Utils / Decorator for different AWS events e.g. Api Gateway, S3, CloudFormation, CloudWatch 
Home-page: https://github.com/CloudHeads/lambda_utils
Author: Cloudheads
Author-email: theguys@cloudheads.io
License: MIT license
Description: ===============================
        Lambda Utils
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/lambda_utils.svg
            :target: https://pypi.python.org/pypi/lambda_utils
        
        .. image:: https://img.shields.io/travis/CloudHeads/lambda_utils.svg
            :target: https://travis-ci.org/CloudHeads/lambda_utils
        
        .. image:: https://readthedocs.org/projects/lambda_utils/badge/?version=latest
            :target: https://lambda_utils.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/CloudHeads/lambda_utils/shield.svg
             :target: https://pyup.io/repos/github/CloudHeads/lambda_utils/
             :alt: Updates
        
        
        
        A collection of AWS Lambda Utils / Decorator for different AWS events e.g. Api Gateway, S3, CloudFormation, CloudWatch
        
        
        * Free software: MIT license
        * Documentation: https://lambda_utils.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        
        =======
        History
        =======
        0.1.11 (2017-02-11)
        ------------------
        
        * ApiGateway loads automatically the body on applicat/json content-type
        
        0.1.0 (2017-02-06)
        ------------------
        
        * First release on PyPI.
        
Keywords: lambda_utils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
