Lab
https://github.com/idugalic/serverless-company
+++
- AWS Lambda
- IBM’s OpenWhisk incubating project at the ASF,
- Kubeless,
- Funktion from Fabric8,
- Fission from Platform9,
- GalacticFog,
- IronFunctions,
- OpenFaaS - for Docker Swarm and Kubernetes
public interface Function<T, R> {
R apply(T t);
}
public interface Consumer<T> {
void accept(T t);
}
public interface Supplier<T> {
T get();
}
+++
- https://github.com/anaibol/awesome-serverless
- Evolution of Business Logic from Monoliths through Microservices, to Functions
- Deploy your microservice (Amazon Web Services S3, API Gateway and Lambda)
- http://docs.aws.amazon.com/lambda/latest/dg/welcome.html
- https://github.com/kbastani/event-stream-processing-microservices
- http://openwhisk.org/
- https://github.com/krook
- Functions as a Service (FaaS) with Docker swarm
- https://medium.com/@pfernandom/serverless-for-private-clouds-or-managing-the-server-for-a-serverless-app-f9321e45a910
- https://www.ibm.com/blogs/bluemix/2017/02/microservices-multi-compute-approach-using-cloud-foundry-openwhisk/