Metadata-Version: 2.1
Name: aws-lambda-stream
Version: 1.0.8
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.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aws-lambda-powertools (>=1.29.1,<2.0.0)
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
````

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

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