OpenFaaS
LocalStack
Our great sponsors
OpenFaaS | LocalStack | |
---|---|---|
51 | 136 | |
23,108 | 47,285 | |
0.5% | 0.9% | |
4.5 | 9.8 | |
5 days ago | 4 days ago | |
Go | Python | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenFaaS
-
I need a custom resource somewhere between a job and cron job -- does it exist?
OpenFaaS - https://www.openfaas.com
-
Questions for Heroku-like Project
This is where I see K8S coming in – teachers can provide dev deployments that are setup for students to learn. Teachers can also provide containers that run automated tests against the student containers for assessment! Plus, we can smooth over some of the git workflow stuff for the ripest of beginners; we can integrate with github to sync their work on our platform to repositories on their github account, so that they can really take ownership of the work they do on the platform. Last, students can graduate their work from development into production very easily, since we can take the base images + student diffs, build a new "prod" image for the student. We can run students' prod work on "serverless" K8S frameworks like fission or OpenFaas to be able to host many low-traffic "production" apps at the same time.
- Does a serverless framework exist to create SaaS apps ?
-
Any self-hosted equivalent to AWS Lambdas?
OpenFAAS or FN Project are options
-
Is it possible to self-host a lambda or lamda-like service
Closest thing I can think of is https://www.openfaas.com (which runs on top of K8s).
-
Building a RESTful API With Functions
OpenFaaS for the serverless functions
-
Running auto-scalling docker services
If you want to look into FaaS in selfhosted ways, take a look at OpenFaaS, which nowadays works on Kubernetes though - https://www.openfaas.com/. Note that the CE version of OpenFaaS only includes some basic autoscaling. For more complex solutions check out their paid version.
-
run a RestAPI on Every container?
The two biggest options are OpenWhisk and OpenFaas. Check out /r/serverless for more options. I'm experimenting currently with OpenFaas as it's the lighter weigh to of the two.
-
Helm Intro and Cheatsheet
The other case where it may not be useful is in some internal applications. Maintaining a helm chart for an application can end up being a sizable amount of work, and they do not allow arbitrary inputs, so if you miss some key (i.e. "imagePullSecrets,") you can end up spending a lot of time key-chasing across your charts. I have heard of folks using Kustomize in such a situation, although another option is to use a meta chart (one chart for many apps) or Functions-as-a-Service (FaaS) framework like Serverless, OpenFaas, Knative, etc.
-
Bots-garden/capsule – the nano (WASM) functions runner
Do you want to use a FaaS or just toy with making your own? If you just want to use something check out OpenFaaS, it's very easy to get started and is well documented: https://www.openfaas.com/
If you want to build your own FaaS, I'd still explore OpenFaaS as its creator has documented a lot of its creation and you will soon discover the critical things you'll need to figure out for building your own similar service (i.e. stuff like sandboxed execution environment, API gateway, scaling up and down functions, etc.).
LocalStack
-
Integration tests for AWS serverless solution
s3 bucket that runs in docker using LocalStack
-
S3 Mock Server?
Check out localstack. It emulates AWS services on your computer for testing.
-
How many of you run your application services locally?
You, my friend, have encountered your first LocalStack aficionados in the wild: https://github.com/localstack/localstack
-
.NET and AWS S3 with LocalStack: How to develop with local S3 buckets
LocalStack Website
💡 The updated docker-compose.yaml file can be found here, in the LocalStack repo.
- Um guia prático para testar o AWS Step Functions
- Is it possible to self-host a lambda or lamda-like service
-
How I start every new Python backend API project
If my project uses docker, I put all docker-related files here. For example: init scripts for localstack.
-
Best way to get hands-on / emulate AWS?
https://localstack.cloud/ https://github.com/localstack/awscli-local
What are some alternatives?
Moto - A library that allows you to easily mock out tests based on AWS infrastructure.
IronFunctions - IronFunctions - the serverless microservices platform by
sst - 💥 SST makes it easy to build full-stack serverless apps.
fn - The container native, cloud agnostic serverless platform.
dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
terragrunt - Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
OpenWhisk - Apache OpenWhisk is an open source serverless cloud platform
eks-anywhere - Run Amazon EKS on your own infrastructure 🚀
Appwrite - Build Fast. Scale Big. All in One Place.
testcontainers-python - Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
serverless-application-model - The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.