Metadata-Version: 2.1
Name: humilis-stream-gtw
Version: 1.3.0
Summary: Deploy an AWS API Gateway to Kinesis and/or Firehose
Home-page: https://github.com/humilis/humilis-stream-gtw
Author: German Gomez-Herrero, FindHotel BV
Author-email: german@findhotel.net
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

API Gateway to Kinesis and/or Firehose streams
==============================================

|PyPI|

Installation
------------

::

   pip install humilis-stream-gtw

To install the development version:

::

   pip install git+https://github.com/humilis/humilis-stream-gtw

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-stream-gtw>`__.

License
-------

This software is licensed under the `MIT
license <http://en.wikipedia.org/wiki/MIT_License>`__.

See `License file <./LICENSE.txt>`__.

© 2021 German Gomez-Herrero, `Find
Hotel <http://company.findhotel.net>`__ and others.

.. |PyPI| image:: https://img.shields.io/pypi/v/humilis-stream-gtw.svg?style=flat
   :target: https://pypi.python.org/pypi/humilis-stream-gtw


