pycroservices is a microservices framework on AWS Lambda.
Project description
pycroservices
pycroservices is a microservices framework on AWS Lambda.
pycroservices runs AWS Lambda functions designed as a directed acyclic graph. Here is a list of the package contents:
provide mechanism that makes functions loosely coupled with each other
run on AWS Lambda
run on local machine
provide template creation tool (future work)
provide graph creation tool (future work)
provide endopoint creation tool (future work)
provide validation tool (future work)
provide deployment tool (future work)
provide event tracing mechanism
provide infinite loop limiter
pycroservices is a free software distributed under the Apache license version 2.0.
Installation
To install pycroservices, type at your function directory:
pip install pycroservices -t /path/to/your-function-dir
pycroservices requires Python 2.7 and boto3.
Deployment
Zip the content of the your-function-dir directory, which consists of the following contents:
your function codes
configuration files (<function_name>.json)
pycroservices.py
Upload the zip file to AWS Lambda.
Websites
pycroservices project at GitHub: source code, bug tracker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pycroservices-0.0.1.zip
.
File metadata
- Download URL: pycroservices-0.0.1.zip
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 667adc89e757b6b678bfd080a1e200e1e7c92cf3fd9cce9ddb30477aeb212dc1 |
|
MD5 | ff9791003f2ee80fa1c760902a19acd6 |
|
BLAKE2b-256 | 36dcadeb1c98d1deceacb4765eb27df3eb634eddbb2d42e79e02ef3ddb1a8cae |