Cloudless Systems

Writing on cloudless infrastructure, composable tools, and measured system behavior — plus a few open-source modules worth sharing.

What You’ll Find

  • Cloudless systems and cloudless infra — notes, patterns, and experiments.
  • Shell runtime and tooling — lambda-shell-runtime, layers, and http-cli.
  • Analytics pipelines — S3, Glue, Athena, and SQS→Firehose ingestion.

Why Cloudless Systems

  • Cloudless infra patterns — minimal Terraform modules (REST API, website) instead of heavy frameworks.
  • Shell runtime focus — articles + OSS backed by benchmarks, showing where shell fits and where it doesn’t (details).
  • Predictable, debuggable tooling — curl, jq, http-cli, Make, Terraform.
  • Analytics pipelines — S3, Glue, Athena with SQS→Firehose ingestion.
  • Writing and experiments on cloudless systems and cloudless infra.

Featured Repos

Turn shell scripts into serverless APIs with tiny cold starts and minimal memory. Compose with jq, curl, and http-cli.

Bash Runtime Lambda CLI Tools

S3 + Glue + Athena pipeline for analytics, with SQS→Firehose bridge support for ingestion.

Terraform Analytics S3/Glue/Athena

Ecosystem

Analytics

Foundation

Terraform Modules

Latest from the Log

Test Lambda Functions Locally

skunxicat

How to run your Lambda functions locally in an environment identical to AWS using Docker and the Lambda Runtime Interface Emulator

"When you can't control the system, control your interface to it."