Skip to content

Create stream processors with AWS Lambda functions

License

Notifications You must be signed in to change notification settings

clandro89/aws-lambda-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-stream

This a python version of aws-lambda-stream using ReactiveX

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

License

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

About

Create stream processors with AWS Lambda functions

Resources

Stars

Watchers

Forks