Subject
6 entries
Serverless
Bookmarks
Banana: Serverless GPU Inference Hosting
Banana is a serverless GPU inference hosting platform for machine learning models — deploy your model in three steps, pay only for inference time. Targets the gap between spinning up a GPU VM yourself and the complexity of cloud ML serving infrastructure.
Banana Serverless Template: Stable Diffusion
Banana.dev's serverless template for deploying Stable Diffusion as an API — package the model, push to Banana, get an API endpoint. One of the first practical paths to serving Stable Diffusion at scale without managing GPU infrastructure.
RethinkDNS: Serverless DNS Resolver
RethinkDNS is an open-source, serverless DNS resolver with built-in ad and tracker blocking that deploys to Cloudflare Workers, Deno Deploy, or Fly.io — giving you a private, self-hosted DNS-over-HTTPS endpoint for free on serverless infrastructure.
Neon: Serverless Branchable Postgres
Neon is serverless, fault-tolerant, branchable Postgres — separating storage from compute so you can scale to zero, branch databases like git branches, and get instant provisioning. Positions itself as the Postgres for the serverless/edge computing era.
libaws: AWS Should Be Easy
libaws is Nathan Tippy's opinionated Go CLI that wraps AWS APIs to make them 'easy' — single-command Lambda deployments, simplified IAM, and declarative infrastructure for common patterns. A lightweight alternative to CDK/Terraform for developers who want less abstraction.
The Complete AWS Lambda Handbook for Beginners
Dashbird's intro to AWS Lambda — the event-driven serverless compute model, execution contexts, triggers, IAM roles, and key gotchas like cold starts and timeout constraints. A solid foundation for serverless architecture thinking.
