A humilis plug-in layer that deploys one ore more Kinesis streams. See humilis documentation for more information.
pip install git+https://github.com/InnovativeTravel/humilis-streams
Assuming you have virtualenv installed:
make develop
Configure humilis:
.env/bin/humilis configure --local
This layer has no embedded logic so there are no unit tests. To run the integration test suite you will first need to make a test deployment to AWS:
make create
Then you can run the tests using:
make test
Don't forget to delete the deployment when you are done:
make delete
See humilis documentation.
Ask German