+ "aboutText": "**lambda-shell-runtime** is a custom AWS Lambda runtime that lets you deploy\n**shell scripts and Bash functions** as serverless applications.\n\nIt is designed for engineers who want the **simplicity and composability of Bash**\nwith the scalability of AWS Lambda — without introducing heavyweight runtimes.\n\nThe runtime is built on top of official AWS Lambda base images and provides\ndirect access to common CLI tools such as `jq`, `curl`, and optional AWS utilities.\n\n### Why Bash on Lambda?\n\n- Minimal dependencies\n- Fast iteration and debugging\n- Ideal for glue code, automation, APIs, and data pipelines\n- Familiar Unix tooling instead of large language runtimes\n\n### Runtime variants\n\nThe image is published in three optimized variants:\n\n- **tiny** – essential tools (`jq`, `curl`, `http-cli`)\n- **micro** – tiny + lightweight AWS API access (`awscurl`)\n- **full** – tiny + full AWS CLI\n\nAll variants support **ARM64 and x86_64** architectures and work with\nthe Lambda Runtime Interface Emulator for local testing.",
0 commit comments