awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jeremydaly/lambda-api

Open-source alternatives to Lambda Api

30 open-source projects similar to jeremydaly/lambda-api, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Lambda Api alternative.

  • actuallab/fusionActualLab avatar

    ActualLab/Fusion

    163View on GitHub↗

    Build real-time Blazor and MAUI apps while writing just 0.1% of the usual real-time update code. Handle 10× more API requests with the ActualLab.Rpc protocol—or 1000× more with Fusion’s transparent and perfectly coherent caching.

    C#blazorblazor-webassemblycaching
    View on GitHub↗163
  • adaptiveconsulting/aeron.netAdaptiveConsulting avatar

    AdaptiveConsulting/Aeron.NET

    518View on GitHub↗

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

    C#
    View on GitHub↗518
  • aggregate-genius/periscope2Aggregate-Genius avatar

    Aggregate-Genius/periscope2

    9View on GitHub↗

    R package periscope2

    R
    View on GitHub↗9
  • akkadotnet/akka.netakkadotnet avatar

    akkadotnet/akka.net

    5,023View on GitHub↗

    Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a distributed computing platform and state manager that enables isolated actors to communicate via asynchronous message passing, ensuring thread-safe state management without manual locks. The project is distinguished by its decentralized coordination capabilities, including a distributed state manager that uses sharding and dynamic rebalancing to maintain high availability. It incorporates an event sourcing engine that persists state as a sequence of events in an append-only log an

    C#actoractor-modelakka
    View on GitHub↗5,023

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alekrutkowski/autoshinyalekrutkowski avatar

    alekrutkowski/autoshiny

    26View on GitHub↗

    R package for an automatic transformation of an R function into a Shiny app

    R
    View on GitHub↗26
  • alex20465/flowbjectalex20465 avatar

    alex20465/flowbject

    13View on GitHub↗

    Flowbject is a high-level library whose aim is to help with writing state-machine flows. The concept is based on Amazon-State-Language.

    TypeScript
    View on GitHub↗13
  • alexsergey/rockpackAlexSergey avatar

    AlexSergey/rockpack

    1,269View on GitHub↗

    Zero-config React with built-in SSR, automated quality gates, and AI-ready project structure - ship clean code whether you write it yourself or with an AI assistant.

    TypeScriptboilerplateclaude-codecodestyle
    View on GitHub↗1,269
  • alibaba/flutter-goalibaba avatar

    alibaba/flutter-go

    23,668View on GitHub↗

    flutter-go is a cross-platform UI framework and kit designed for building mobile and desktop applications using a Go backend and a Flutter frontend. It provides a communication bridge that enables Go functions to be executed from Dart code via a C-ABI foreign function interface. The project includes a Flutter UI component library and a frontend design gallery. These resources provide pre-designed interface patterns, reusable widgets, and interaction demos to assist with rapid application prototyping and consistent interface design across different operating systems. The framework covers nati

    Dart
    View on GitHub↗23,668
  • aloisdg/ether.networkaloisdg avatar

    aloisdg/Ether.Network

    12View on GitHub↗

    Ether.Network is a basic library to make quickly a simple server or client using sockets.

    C#
    View on GitHub↗12
  • anandgupta193/react-enterprise-starter-kitanandgupta193 avatar

    anandgupta193/react-enterprise-starter-kit

    98View on GitHub↗

    Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. :fire:

    JavaScript
    View on GitHub↗98
  • andrelmlins/create-react-dependencyandrelmlins avatar

    andrelmlins/create-react-dependency

    25View on GitHub↗

    Project similar to the Create React App for libraries and dependencies

    JavaScript
    View on GitHub↗25
  • antonbabenko/serverless.tfantonbabenko avatar

    antonbabenko/serverless.tf

    879View on GitHub↗

    This repository / serverless.tf framework aims to provide information, solutions, and tools for building, deploying, and managing serverless applications and infrastructure using Terraform.

    View on GitHub↗879
  • apache/grails-coreA

    apache/grails-core

    2,917View on GitHub↗

    SPDX-License-Identifier: Apache-2.0

    Groovy
    View on GitHub↗2,917
  • appercode/appercode.uiframeworkAppercode avatar

    Appercode/Appercode.UIFramework

    16View on GitHub↗

    Appercode UI Framework brings Windows Phone UI Object Model to iOS and Android.

    C#
    View on GitHub↗16
  • appjs/appjsappjs avatar

    appjs/appjs

    3,420View on GitHub↗

    (Deprecated!) SDK on top of nodejs to build desktop apps using HTML5/CSS/JS

    C++
    View on GitHub↗3,420
  • appsilon/rhinoAppsilon avatar

    Appsilon/rhino

    330View on GitHub↗

    -->

    R
    View on GitHub↗330
  • aregtech/areg-sdkaregtech avatar

    aregtech/areg-sdk

    352View on GitHub↗

    Distributed C++ services from embedded to enterprise

    C++cppcross-platformdistributed-systems
    View on GitHub↗352
  • aspnetboilerplate/aspnetboilerplateaspnetboilerplate avatar

    aspnetboilerplate/aspnetboilerplate

    11,984View on GitHub↗

    This project is an application framework and boilerplate for enterprise web applications based on ASP.NET Core. It provides a foundation for building large-scale business applications by implementing a domain-driven design framework that organizes application logic into decoupled layers and modules. The framework distinguishes itself through built-in support for multi-tenant software-as-a-service architectures, providing primitives for data, configuration, and interface isolation for multiple customers within a single instance. It also includes an integrated identity management system featuri

    C#abparchitectureaspnet
    View on GitHub↗11,984
  • astarte-platform/astarteastarte-platform avatar

    astarte-platform/astarte

    271View on GitHub↗

    Core Astarte Repository

    Elixir
    View on GitHub↗271
  • asynkronit/protoactor-dotnetAsynkronIT avatar

    AsynkronIT/protoactor-dotnet

    1,889View on GitHub↗

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

    C#
    View on GitHub↗1,889
  • awslabs/aws-sam-localawslabs avatar

    awslabs/aws-sam-local

    6,734View on GitHub↗

    aws-sam-local is a Docker-based emulator used for running and debugging AWS Lambda functions and API Gateway configurations on a local machine. It provides a local execution environment that mimics the AWS Lambda runtime, allowing for the verification of function code and serverless application mocks before cloud deployment. The project utilizes a runtime orchestrator to manage ephemeral containers, replicating the isolated execution environment of cloud functions. It includes a serverless API gateway simulator and event mocking tools to synthesize payloads from sources such as Kafka and othe

    Python
    View on GitHub↗6,734
  • awslabs/chaliceawslabs avatar

    awslabs/chalice

    11,062View on GitHub↗

    Chalice is a Python development framework for building and deploying serverless applications and REST APIs on AWS. It functions as a microservice tool that automates the deployment of code and infrastructure to AWS Lambda and orchestrates AWS API Gateway to route HTTP requests to specific serverless functions. The framework features an automated system that analyzes source code to generate the minimum required identity and access management permissions. It also provides a command line interface to manage the complete application lifecycle, from project creation and deployment to the removal o

    Python
    View on GitHub↗11,062
  • azure/dotnettyAzure avatar

    Azure/DotNetty

    4,238View on GitHub↗

    DotNetty is an asynchronous network framework and event-driven networking library for .NET. It is a port of the Netty architecture designed for building high-performance protocol servers and clients. The framework enables the development of network applications that handle concurrent connections and high-throughput data streaming without blocking execution threads. It supports the implementation of custom network protocols through defined encoding and decoding rules. The library utilizes a pipeline-based processing model and non-blocking I/O to manage network traffic. Its architecture incorp

    C#networkingprotocols
    View on GitHub↗4,238
  • bitwise-0x/homebridge-blink-securityBitWise-0x avatar

    BitWise-0x/homebridge-blink-security

    7View on GitHub↗

    Blink camera integration for Homebridge

    TypeScript
    View on GitHub↗7
  • bitwise-0x/homebridge-smartrentBitWise-0x avatar

    BitWise-0x/homebridge-smartrent

    3View on GitHub↗

    SmartRent integration for HomeBridge

    TypeScript
    View on GitHub↗3
  • bristolmyerssquibb/blockr.coreBristolMyersSquibb avatar

    BristolMyersSquibb/blockr.core

    15View on GitHub↗

    blockr is a framework for data analysis, using a web-based point and click user interface. Use blockr to create web apps that perform visual programming, leveraging the power of R.

    R
    View on GitHub↗15
  • brocoders/extensive-react-boilerplatebrocoders avatar

    brocoders/extensive-react-boilerplate

    508View on GitHub↗

    Extensive React Boilerplate: ✔️NextJS ✔️Auth ✔️I18N ✔️MUI ✔️Forms

    TypeScript
    View on GitHub↗508
  • bustlelabs/shepbustlelabs avatar

    bustlelabs/shep

    374View on GitHub↗

    A framework for building JavaScript Applications with AWS API Gateway and Lambda

    JavaScript
    View on GitHub↗374
  • canonicalltd/react-nativeCanonicalLtd avatar

    CanonicalLtd/react-native

    944View on GitHub↗

    A framework for building native apps with React.

    JavaScript
    View on GitHub↗944
  • abpframework/abpabpframework avatar

    abpframework/abp

    14,313View on GitHub↗

    ABP is an opinionated architectural framework for building enterprise software solutions using .NET and ASP.NET Core. It serves as a structural toolkit for implementing domain-driven design and microservices patterns, providing a modular enterprise architecture where functionality is organized into independent, pluggable modules. The platform is specifically designed to support multi-tenant SaaS architectures, isolating data and configurations for multiple independent customers within a single application instance. It provides enterprise boilerplate infrastructure and pre-configured templates

    C#abpangulararchitecture
    View on GitHub↗14,313