<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>serverless</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/138/feed"/>
    <updated>2026-08-02T02:47:57+00:00</updated>
    <id>https://links.biapy.com/guest/tags/138/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13229</id>
            <title type="text"><![CDATA[Knative]]></title>
            <link rel="alternate" href="https://knative.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13229"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Providing the building blocks for creating modern, cloud-based applications.

The easiest way to build and run serverless workloads on Kubernetes. Built by the community, for modern cloud-native teams 

- [Knative @ GitHub](https://github.com/knative).

Related contents:

- [See your serverless: introducing the Headlamp plugin for Knative @ Kubernetes Blog](https://kubernetes.io/blog/2026/06/25/headlamp-knative-plugin/).]]>
            </summary>
            <updated>2026-07-06T12:06:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11949</id>
            <title type="text"><![CDATA[PgBeam]]></title>
            <link rel="alternate" href="https://pgbeam.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11949"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[One global database.

A globally distributed PostgreSQL proxy that puts your data closer to your users. Connection pool, query caching, multiple regions. Just swap the connection string.

Related contents:

- [Introducing PgBeam](https://pgbeam.com/launch).]]>
            </summary>
            <updated>2026-02-27T12:38:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11853</id>
            <title type="text"><![CDATA[Wax]]></title>
            <link rel="alternate" href="https://github.com/christopherkarani/Wax" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11853"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The SQLite for AI memory.  One file. Full RAG. Zero infrastructure. 

 🍯 Memory layer for on-device AI Agents. Replace complex RAG pipelines with a serverless, single-file memory layer.]]>
            </summary>
            <updated>2026-02-18T13:18:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11359</id>
            <title type="text"><![CDATA[OpenWorkers]]></title>
            <link rel="alternate" href="https://openworkers.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11359"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OpenWorkers is an open-source runtime for executing JavaScript in V8 isolates. It brings the Cloudflare Workers programming model to your own infrastructure.

- [OpenWorkers @ GitHub](https://github.com/openworkers).]]>
            </summary>
            <updated>2026-01-05T07:41:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11042</id>
            <title type="text"><![CDATA[serverless-dns]]></title>
            <link rel="alternate" href="https://github.com/serverless-dns/serverless-dns" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11042"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[It&amp;#039;s a bird, it&amp;#039;s a plane, it&amp;#039;s... a self-hosted, pi-hole esque, DNS resolver
serverless-dns is a Pi-Hole esque content-blocking, serverless, stub DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) resolver. Runs out-of-the-box on Cloudflare Workers, Deno Deploy, Fastly Compute@Edge, and Fly.io. Free tiers of all these services should be enough to cover 10 to 20 devices worth of DNS traffic per month.]]>
            </summary>
            <updated>2025-11-21T16:45:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10692</id>
            <title type="text"><![CDATA[Lambda GitLab Loki]]></title>
            <link rel="alternate" href="https://github.com/danifitz/gitlab-logs-grafana-loki" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10692"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a python utility for receiving gitlab webhook events and sending them as log event to grafana loki/cloud. Ideally suited to running in serverless environments like lambda, cloud functions etc. 

Related contents:

- [A serverless approach to CI/CD observability with GitLab and Grafana @ Grafana Labs Blog](https://grafana.com/blog/2025/10/10/a-serverless-approach-to-ci-cd-observability-with-gitlab-and-grafana/).]]>
            </summary>
            <updated>2025-10-17T09:19:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10578</id>
            <title type="text"><![CDATA[Lambda Live Debugger]]></title>
            <link rel="alternate" href="https://www.lldebugger.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10578"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Remote debugging AWS Lambda functions.

Lambda Live Debugger is an indispensable tool for debugging AWS Lambda functions from your computer, even though they are deployed in the cloud. The code runs with the same IAM permissions as in the cloud environment, and there&amp;#039;s no need to redeploy when you make code changes. It supports Lambdas written in JavaScript or TypeScript. It requires almost no configuration. It is free and open source.

- [Lambda Live Debugger @ GitHub](https://github.com/ServerlessLife/lambda-live-debugger).]]>
            </summary>
            <updated>2025-10-08T11:53:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10300</id>
            <title type="text"><![CDATA[AWS Lambda Deploy GitHub Action]]></title>
            <link rel="alternate" href="https://github.com/aws-actions/aws-lambda-deploy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10300"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Deploys a Lambda function.

Updates the code and configuration of AWS Lambda functions as part of GitHub Actions workflow steps. Supports both .zip file archives and container images stored in Amazon ECR.

Related contents:

- [Simplify AWS Lambda Deployments Using GitHub Actions @ AWS Community Builders&amp;#039; dev.to](https://dev.to/aws-builders/simplify-aws-lambda-deployments-using-github-actions-43om).]]>
            </summary>
            <updated>2025-09-19T11:40:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10076</id>
            <title type="text"><![CDATA[Serverless WarmUp Plugin ♨]]></title>
            <link rel="alternate" href="https://github.com/juanjoDiaz/serverless-plugin-warmup" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10076"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Keep your lambdas warm during winter. ♨

WarmUp solves cold starts by creating a scheduled lambda (the warmer) that invokes all the selected service&amp;#039;s lambdas in a configured time interval (default: 5 minutes) and forcing your containers to stay warm.]]>
            </summary>
            <updated>2025-09-09T07:50:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10067</id>
            <title type="text"><![CDATA[Serverless Horrors]]></title>
            <link rel="alternate" href="https://serverlesshorrors.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10067"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[ServerlessHorrors is a simple blog where you can read all the horror stories of serverless. Yikes!]]>
            </summary>
            <updated>2025-09-08T13:58:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/45</id>
            <title type="text"><![CDATA[turbopuffer]]></title>
            <link rel="alternate" href="https://turbopuffer.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/45"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[search every byte.

serverless vector and full-text search built from first principles on object storage: fast, 10x cheaper, and extremely scalable.

Related contents:

- [Embedding Millions of Text Documents With Qwen3 @ daft](https://www.daft.ai/blog/embedding-millions-of-text-documents-with-qwen3).
- [S3 is the perfect place to store data, until you try to search it @ Gordon Murray](https://gordonmurray.ie/data/2026/05/02/s3-is-the-perfect-place-to-store-data-until-you-try-to-search-it.html).]]>
            </summary>
            <updated>2026-05-15T13:52:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/496</id>
            <title type="text"><![CDATA[Rivet]]></title>
            <link rel="alternate" href="https://rivet.gg/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/496"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Open-Source Serverless Platform.

 Easily deploy and scale AI agents, real-time applications, game servers, and complex backends on a frictionless platform that runs anywhere. 

Rivet is a developer-focused serverless infrastructure platform that unifies stateless functions, stateful actors, and containerized workloads. It provides simple primitives to build your backend without managing servers. Leverage Rivet Actors to create resilient, long-lived services that maintain in-memory state between requests. 

- [Rivet @ GitHub](https://github.com/rivet-gg/rivet).]]>
            </summary>
            <updated>2025-08-28T17:19:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/597</id>
            <title type="text"><![CDATA[Neon]]></title>
            <link rel="alternate" href="https://neon.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/597"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero. 

Neon is a serverless Postgres platform designed to help you build reliable and scalable applications faster. We separate compute and storage to offer modern developer features such as autoscaling, branching, instant restore, and more.

- [Neon @ GitHub](https://github.com/neondatabase/neon).

Related contents:

- [Episode \#651: Bringing Vitess to Postgres @ Changelog Interviews](https://changelog.com/podcast/651).
- [The $0 Infrastructure: Launching a Rails SaaS for Free in 2026 @ Zil Norvilis](https://dev.to/zilton7/the-0-infrastructure-launching-a-rails-saas-for-free-in-2026-1jd6).
- [Rust is slowly but surely eating PostgreSQL: Deep dive into Neon, ParadeDB, PgDog and more @ Sylvain Kerkour](https://kerkour.com/rust-eating-postgres).]]>
            </summary>
            <updated>2026-03-12T11:36:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/856</id>
            <title type="text"><![CDATA[Chitchatter]]></title>
            <link rel="alternate" href="https://chitchatter.im/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/856"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Secure peer-to-peer chat that is serverless, decentralized, and ephemeral.

Chitchatter is a free (as in both price and freedom) communication tool. Designed to be the simplest way to connect with others privately and securely.

- [Chitchatter @ GitHub](https://github.com/jeremyckahn/chitchatter).]]>
            </summary>
            <updated>2025-08-28T18:20:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/929</id>
            <title type="text"><![CDATA[ActorCore]]></title>
            <link rel="alternate" href="https://actorcore.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/929"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🎭 Stateful Serverless That Runs Anywhere. The easiest way to build stateful, AI agent, collaborative, or local-first applications. Deploy to Rivet, Cloudflare, Bun, Node.js, and more. 

ActorCore is a framework for building stateful, scalable, realtime backend applications. Whether you’re building multiplayer games, collaborative apps, AI agent backends, or any stateful service, ActorCore provides the tools and patterns to simplify your architecture.

- [ActorCore @ GitHub](https://github.com/rivet-gg/actor-core).]]>
            </summary>
            <updated>2025-08-28T18:32:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1582</id>
            <title type="text"><![CDATA[Serverless Dynamic DNS]]></title>
            <link rel="alternate" href="https://github.com/awslabs/route53-dynamic-dns-with-lambda" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1582"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Dynamic DNS system built with API Gateway, Lambda &amp;amp; Route 53.]]>
            </summary>
            <updated>2025-08-28T20:19:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1847</id>
            <title type="text"><![CDATA[Serverless:]]></title>
            <link rel="alternate" href="https://www.serverless.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1847"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Zero-Friction Serverless Apps On AWS Lambda &amp;amp; Beyond. Easy Serverless Apps on AWS Lambda.

Deploy APIs, scheduled tasks, workflows and event-driven apps to AWS Lambda easily with the Serverless Framework.

Related contents:

- [\#138.src - 100% Serverless: Au-delà du microservice, le no-server avec Simon Parisot @ &amp;lt;ifttd&amp;gt;](https://www.ifttd.io/episodes/100-serverless).]]>
            </summary>
            <updated>2025-08-28T21:04:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2225</id>
            <title type="text"><![CDATA[ƒun]]></title>
            <link rel="alternate" href="https://github.com/vercel/fun" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2225"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Local serverless function λ development runtime.]]>
            </summary>
            <updated>2025-08-28T22:08:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2347</id>
            <title type="text"><![CDATA[Amazon Aurora DSQL]]></title>
            <link rel="alternate" href="https://aws.amazon.com/fr/rds/aurora/dsql/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2347"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Distributed SQL Databases

Fastest serverless distributed SQL database for always available applications.

- [AWS announces Aurora DSQL, a new distributed SQL database that promises virtually unlimited scalability @ TechCrunch](https://techcrunch.com/2024/12/03/aws-announces-aurora-dsql-a-new-distributed-sql-database-that-promises-virtually-unlimited-scalability/).]]>
            </summary>
            <updated>2025-08-28T22:28:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2501</id>
            <title type="text"><![CDATA[DBOS]]></title>
            <link rel="alternate" href="https://www.dbos.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2501"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build Reliable Backends 10x Faster, Scale to Millions with 1 Click.

DBOS is a serverless platform for building highly reliable applications.
What takes days to build on AWS takes minutes on DBOS.

- [DBOS Transact in Python @ GitHub](https://github.com/dbos-inc/dbos-transact-py).
- [DBOS Transact in Java @ GitHub](https://github.com/dbos-inc/dbos-transact-java).
- [DBOS Transact in Go @ GitHub](https://github.com/dbos-inc/dbos-transact-golang).

Related contents:

- [Running Durable Workflows in Postgres using DBOS @ Supabase](https://supabase.com/blog/durable-workflows-in-postgres-dbos).]]>
            </summary>
            <updated>2025-11-14T12:51:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2867</id>
            <title type="text"><![CDATA[Spin]]></title>
            <link rel="alternate" href="https://developer.fermyon.com/spin/v3/index" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2867"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Spin is a framework for building and running event-driven microservice applications with WebAssembly (Wasm) components.
 Spin is the open source developer tool for building and running serverless applications powered by WebAssembly. 

- [Spin @ GitHub](https://github.com/fermyon/spin).]]>
            </summary>
            <updated>2025-08-28T23:54:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3381</id>
            <title type="text"><![CDATA[Modal]]></title>
            <link rel="alternate" href="https://modal.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3381"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[High-performance cloud for developers.
The serverless platform for teams. Run generative AI models, large-scale batch jobs, job queues, and much more.
Bring your own code — we run the infrastructure. 

Modal is a serverless platform for data and AI/ML engineers to run and deploy code in the cloud without having to think about infrastructure. Run generative AI models, large-scale batch jobs, job queues, and more, all faster than ever before.

- [Building a cost-effective analytics stack with Modal, dlt, and dbt @ Modal](https://modal.com/blog/analytics-stack).
- [Your October Dose of Data - October 2024 @ Data Council](https://mailchi.mp/datacouncil/october-2024).
- [Querying Billions of GitHub Events Using Modal and DuckDB (Part 1: Ingesting Data) @ noreasontopanic](https://noreasontopanic.com/p/querying-billions-of-github-events).
- [What every dev should know about AI sandboxes @ Engineer&amp;#039;s Codex](https://read.engineerscodex.com/p/every-dev-should-know-about-ai-sandboxes).]]>
            </summary>
            <updated>2026-04-27T13:06:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3466</id>
            <title type="text"><![CDATA[Unikraft Cloud]]></title>
            <link rel="alternate" href="https://unikraft.cloud/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3466"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[True Serverless. The fast, secure and open-source Unikernel Development Kit.

Unikraft powers the next-generation of cloud native, containerless applications by enabling you to radically customize and build custom OS/kernels; unlocking best-in-class performance, security primitives and efficiency savings. 

A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings. 

- [Unikraft @ GitHub](https://github.com/unikraft/unikraft).]]>
            </summary>
            <updated>2025-08-29T01:34:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3741</id>
            <title type="text"><![CDATA[Amazon Athena]]></title>
            <link rel="alternate" href="https://aws.amazon.com/athena/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3741"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Interactive SQL. Analyze petabyte-scale data where it lives with ease and flexibility.

Amazon Athena is a serverless, interactive analytics service built on open-source frameworks, supporting open-table and file formats. Athena provides a simplified, flexible way to analyze petabytes of data where it lives. Analyze data or build applications from an Amazon Simple Storage Service (S3) data lake and 30 data sources, including on-premises data sources or other cloud systems using SQL or Python. Athena is built on open-source Trino and Presto engines and Apache Spark frameworks, with no provisioning or configuration effort required.

- [286 - Data &amp;amp; Dev - Christophe Blefari @ &amp;lt;ifttd&amp;gt; :fr:](https://www.ifttd.io/episodes/data-dev).]]>
            </summary>
            <updated>2025-08-29T02:21:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4159</id>
            <title type="text"><![CDATA[SpinKube]]></title>
            <link rel="alternate" href="https://www.spinkube.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4159"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hyper-efficient serverless on Kubernetes, powered by WebAssembly.

SpinKube is an open source project that streamlines developing, deploying and operating WebAssembly workloads in Kubernetes - resulting in delivering smaller, more portable applications and incredible compute performance benefits.

- [SpinKube @ GitHub](https://github.com/spinkube).
- [Scaling Sidecars to Zero in Kubernetes @ Fermyon&amp;#039;s dev.to](https://dev.to/fermyon/scaling-sidecars-to-zero-in-kubernetes-2m23).]]>
            </summary>
            <updated>2025-08-29T03:30:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4716</id>
            <title type="text"><![CDATA[LocalStack]]></title>
            <link rel="alternate" href="https://www.localstack.cloud/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4716"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run Locally, Deploy Globally

Develop and test your AWS applications locally to reduce development time and increase product velocity. Reduce unnecessary AWS spend and remove the complexity and risk of maintaining AWS dev accounts

- [LocalStack @ GitHub](https://github.com/localstack).
- [LocalStack Docs](https://docs.localstack.cloud/).

Related contents:

- [Tester vos déploiements AWS avec localstack @ Culture et Outils DevSecOps :fr:](https://blog.stephane-robert.info/post/devops-local-aws-localstack/).
- [Building &amp;amp; Testing Lambda@Edge Functions with LocalStack @ AWS Fundamentals](https://awsfundamentals.com/blog/localstack-debugging-edge-functions).]]>
            </summary>
            <updated>2026-01-09T15:40:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4869</id>
            <title type="text"><![CDATA[Neon]]></title>
            <link rel="alternate" href="https://neon.tech/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4869"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Serverless, Fault-Tolerant, Branchable Postgres.

The fully managed multi-cloud Postgres with a generous free tier. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

- [Neon @ GitHub](https://github.com/neondatabase/neon).
- [Awesome Neon @ GitHub](https://github.com/tyaga001/awesome-neon).]]>
            </summary>
            <updated>2025-08-29T05:28:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5276</id>
            <title type="text"><![CDATA[Xata]]></title>
            <link rel="alternate" href="https://xata.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5276"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The serverless database built for modern development.

Your database should be easy to use, not a source of frustration. Xata easily integrates into your developer workflow, providing the best data experience for Github, Vercel and Netlify based deployments.

- [Xata @ GitHub](https://github.com/xataio/xata).

Related contents:

- [Introducing Xata OSS: Postgres platform with branching, now Apache 2.0 @ xata blog](https://xata.io/blog/open-source-postgres-branching-copy-on-write).
- [ Database Clones in Less Than a Second: Postgres Branching + Scale-to-Zero @ Xata&amp;#039;s YouTube](https://www.youtube.com/watch?v=zyQYMBt7mkM).]]>
            </summary>
            <updated>2026-06-22T06:18:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5381</id>
            <title type="text"><![CDATA[Bref]]></title>
            <link rel="alternate" href="https://bref.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5381"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Serverless PHP made simple. Simple and scalable PHP applications with serverless.
Serverless PHP on AWS Lambda.

- [Bref @ GitHub](https://github.com/brefphp/bref).

Related contents:

- [Déployer vos application serverless avec Bref.sh @ Laravel France :fr:](https://laravel-france.com/posts/deployer-vos-application-serverless-avec-brefsh).]]>
            </summary>
            <updated>2025-08-29T06:53:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5978</id>
            <title type="text"><![CDATA[SST]]></title>
            <link rel="alternate" href="https://sst.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5978"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SST makes it easy to build full-stack serverless applications on AWS.
Build modern full-stack applications on AWS:

1. Deploy Next.js, Remix, or Astro to AWS.
2. Add any backend feature.
3. Go from idea to IPO! 

[sst @ GitHub](https://github.com/serverless-stack/sst).]]>
            </summary>
            <updated>2025-08-29T08:33:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6350</id>
            <title type="text"><![CDATA[Micronaut Framework]]></title>
            <link rel="alternate" href="https://micronaut.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6350"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.]]>
            </summary>
            <updated>2025-08-29T09:35:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6742</id>
            <title type="text"><![CDATA[Dapr - Distributed Application Runtime]]></title>
            <link rel="alternate" href="https://dapr.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6742"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity. Whether your communication pattern is service to service invocation or pub/sub messaging, Dapr helps you write resilient and secured microservices.

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. 

- [Dapr @ GitHub](https://github.com/dapr/dapr).

Related  contents:

- [Dapr meets GitOps: A Guide to Dapr and Argo CD (Part 1) @ Diagrid](https://www.diagrid.io/blog/dapr-meets-gitops-a-guide-to-dapr-and-argo-cd).
- [Building microservices the easy way with Dapr @ CNCF](https://www.cncf.io/blog/2025/12/09/building-microservices-the-easy-way-with-dapr/).
- [Conversing with Large Language Models using Dapr @ CNCF](https://www.cncf.io/blog/2026/02/04/conversing-with-large-language-models-using-dapr/).]]>
            </summary>
            <updated>2026-02-16T12:36:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6812</id>
            <title type="text"><![CDATA[Chitchatter]]></title>
            <link rel="alternate" href="https://github.com/jeremyckahn/chitchatter" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6812"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A peer-to-peer chat app that is serverless, decentralized, and ephemeral.
Chitchatter is a free (as in both price and freedom) communication tool. It is designed with security and privacy in mind.]]>
            </summary>
            <updated>2025-08-29T10:53:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7031</id>
            <title type="text"><![CDATA[OpenFaaS - Serverless Functions Made Simple]]></title>
            <link rel="alternate" href="https://github.com/alexellis/faas" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7031"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OpenFaaS® makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding. Package your code or an existing binary in an OCI-compatible image to get a highly scalable endpoint with auto-scaling and metrics.]]>
            </summary>
            <updated>2025-08-29T11:30:16+00:00</updated>
        </entry>
    </feed>
