This a python version of aws-lambda-stream using ReactiveX
With pip
installed, run:
pip install aws-lambda-stream
With poetry
, run:
poetry add aws-lambda-stream
The following project templates are provided to help get your event platform up and running:
- event hub
- event-lake-s3
- event-fault-monitor
- rest-bff-service
- control-service
Create your own project using the Serverless Framework, such as: sls create --template-url https://github.com/clandro89/aws-lambda-stream/tree/master/templates/event-hub --path myprefix-event-hub
This library is licensed under the MIT License. See the LICENSE file.