Metadata-Version: 2.1
Name: aws_lambda_stream
Version: 1.3.1
Summary: Create stream processors with AWS Lambda functions
Home-page: https://github.com/clandro89/aws-lambda-stream
Author: Alejandro Hernández
Author-email: clandro89@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.24.66,<2.0.0)
Requires-Dist: pydash (>=5.1.1,<6.0.0)
Requires-Dist: reactivex (>=4.0.4,<5.0.0)
Requires-Dist: requests-aws4auth (>=1.1.2,<2.0.0)
Project-URL: Repository, https://github.com/clandro89/aws-lambda-stream
Description-Content-Type: text/markdown

# aws-lambda-stream

This a python version of [aws-lambda-stream](https://github.com/jgilbert01/aws-lambda-stream) using [ReactiveX](https://github.com/ReactiveX/RxPY)


## Installation
With `pip` installed, run:

````
pip install aws-lambda-stream
````

With `poetry`, run:
````
poetry add aws-lambda-stream
````

## Project Templates
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`


## Credits
- [aws-lambda-stream](https://github.com/jgilbert01/aws-lambda-stream)

## License
This library is licensed under the MIT License. See the LICENSE file.
