Metadata-Version: 1.1
Name: humilis-kinesis-proxy
Version: 0.0.3
Summary: Humilis plug-in to deploy a Lambda kinesis_proxy
Home-page: https://github.com/humilis/humilis-kinesis_proxy
Author: German Gomez-Herrero, FindHotel BV
Author-email: german@findhotel.net
License: MIT
Description: Humilis plug-in to deploy an API Gateway proxy to Kinesis
        =========================================================
        
        |PyPI|
        
        A `humilis <https://github.com/humilis/blob/master/README.md>`__ plug-in
        layer that deploys a REST API in AWS API Gateway that acts as a proxy to
        the AWS Kinesis service.
        
        Installation
        ------------
        
        ::
        
            pip install humilis-kinesis-proxy
        
        To install the development version:
        
        ::
        
            pip install git+https://github.com/humilis/humilis-kinesis-proxy
        
        Development
        -----------
        
        Assuming you have
        `virtualenv <https://virtualenv.readthedocs.org/en/latest/>`__
        installed:
        
        ::
        
            make develop
        
        Configure humilis:
        
        ::
        
            make configure
        
        Testing
        -------
        
        You can test the deployment with:
        
        ::
        
            make test
        
        If the tests break, you can make sure you are not leaving any
        infrastructure behind with:
        
        .. code:: bash
        
            make delete
        
        More information
        ----------------
        
        See `humilis <https://github.com/humilis/blob/master/README.md>`__
        documentation.
        
        Contact
        -------
        
        If you have questions, bug reports, suggestions, etc. please create an
        issue on the `GitHub project
        page <http://github.com/humilis/humilis-kinesis-proxy>`__.
        
        License
        -------
        
        This software is licensed under the `MIT
        license <http://en.wikipedia.org/wiki/MIT_License>`__.
        
        See `License file <./LICENSE.txt>`__.
        
        © 2017 German Gomez-Herrero, `Find
        Hotel <http://company.findhotel.net>`__ and others.
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/humilis-kinesis-proxy.svg?style=flat
           :target: https://pypi.python.org/pypi/humilis-kinesis-proxy
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
