100% AWS Lambda Compatible
Full API compatibility means your existing Lambda functions run without any code changes. Support for all standard runtimes and features.
- Zero migration effort
- All runtimes supported
- Complete API compatibility
AWS Lambda Compatible Serverless Runtime
Run Lambda functions anywhere with full compatibility, dramatic cost savings, and high performance execution
Full API compatibility means your existing Lambda functions run without any code changes. Support for all standard runtimes and features.
Dynamic VM management and intelligent scheduling eliminate idle resource costs while maximizing utilization.
High-performance execution engine with fast cold starts, efficient resource utilization, and unlimited scalability.
curl -sSL https://get.anyfaas.org | bash
// handler.js
exports.handler = async (event, context) => {
return {
statusCode: 200,
body: JSON.stringify({
message: 'Hello from AnyFaaS!',
requestId: context.awsRequestId
})
};
};
anyfaas invoke --function hello-world --payload '{"name": "World"}'
AnyFaaS is fully open source and welcomes contributions from developers worldwide.
Help improve AnyFaaS by contributing code, documentation, or reporting issues.
Contribution Guidelines