This repository is a playground for serverless.tf approach, which aims to simplify all operations when working with the serverless in Terraform.
This library provides an abstraction between the AWS Lambda events and classic node.js calling conventions.
This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for deploying event-driven functions and microservices as compatible container images onto a Kubernetes cluster. The platform includes an event-driven function orchestrator that triggers executions via HTTP requests or message streams. It features an auto-scaling function manager that adjusts the number of active instances based on real-time demand and scales down to zero during inactivity. A background queuing system is included to process asynchronous tasks and maintain application re
SCAR is a framework to transparently execute containers out of Docker images in AWS Lambda, in order to run applications (see examples for ImageMagick, FFmpeg and AWS CLI, as well as deep learning frameworks such as Theano and Darknet) and code in virtually any programming language (see examples…
The main features of grycap/scar are: Serverless Frameworks and Utilities.
Open-source alternatives to grycap/scar include: antonbabenko/serverless.tf-playground — This repository is a playground for serverless.tf approach, which aims to simplify all operations when working with… ffleet/shim — This library provides an abstraction between the AWS Lambda events and classic node.js calling conventions. hmngwy/mutton — Better Python 3 AWS Lambda Handlers. jimpick/lambda-comments — This project which implements a minimal blog commenting service. lambci/docker-lambda — docker-lambda is a Docker-based serverless simulator and local emulator designed to replicate AWS Lambda runtime… alexellis/faas — This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for…