Hybridless Framework

Hybrid function-driven development framework

🚧 This documentation is under initial revision might be inaccurate, wait until 0.1.0 release 🚧

Hybrid function-driven development framework

Hybridless is a plug-in on top of serverless that makes lambda functions and ECS tasks equivalents by automatically managing function runtimes, container packing, deployment and configurations, allowing you to have applications that run on lambdas and ECS containers, within the same code base and without any differences. Additionally, it shortcuts SNS, SQS, dynamic streams and lambda containers (available by serverless) so everything is managed in a similar manner and the developer can focus on the code.

Hybridless implements the concept of runtimes to allow agnostic code to be deployed on serverless and server based tasks without worrying about how where the code will be deployed or how to scale things on the future. Runtime allow completely customization so a broad variety of application can be deployed with it, not only code based suited tasks, but also different types of binaries and p2p applications.

One important aspect is that all the resources required to run these simply defined but very complex applications on the cloud are automatically defined for you, so even if you never heard an Application Load Balancer or have shivers when VPCs are required, you will be able to deploy very complex, scalable and secure application on the cloud without any hassle.

Last updated