AnyFaaS

AWS Lambda Compatible Serverless Runtime

Run Lambda functions anywhere with full compatibility, dramatic cost savings, and high performance execution

100% AWS Compatible Cost Savings High Performance

Why Choose AnyFaaS?

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

Dramatic Cost Reduction

Dynamic VM management and intelligent scheduling eliminate idle resource costs while maximizing utilization.

  • Pay only for actual usage
  • Intelligent resource allocation
  • No idle infrastructure costs

Optimized Performance

High-performance execution engine with fast cold starts, efficient resource utilization, and unlimited scalability.

  • Fast cold start times
  • Efficient execution
  • Unlimited concurrency

Getting Started

Quick Installation

curl -sSL https://get.anyfaas.org | bash

Sample Lambda Function

// handler.js
exports.handler = async (event, context) => {
    return {
        statusCode: 200,
        body: JSON.stringify({
            message: 'Hello from AnyFaaS!',
            requestId: context.awsRequestId
        })
    };
};

Execute Your Function

anyfaas invoke --function hello-world --payload '{"name": "World"}'

Join the Community

Open Source

AnyFaaS is fully open source and welcomes contributions from developers worldwide.

⭐ Stars 🍴 Forks 🐛 Issues

Contribute

Help improve AnyFaaS by contributing code, documentation, or reporting issues.

Contribution Guidelines

Get Help

Connect with other developers and get support from the community.