A Terraform Module for Shell Functions on Lambda
A Terraform module that turns shell scripts into Lambda functions with sub-20ms cold starts. Deploy the runtime once as a layer, then ship pure shell scripts as function packages.
Read more →shell-on-lambda A Terraform module that turns shell scripts into Lambda functions with sub-20ms cold starts. Deploy the runtime once as a layer, then ship pure shell scripts as function packages.
Read more →From pure Bash to optimized runtime layers: how systematic experimentation led to the perfect architecture for shell-based Lambda functions
Read more →Real-world benchmarking reveals surprising Lambda performance insights: when container images beat ZIP packages and why raw TCP sockets halve cold start times
Read more →How to run your Lambda functions locally in an environment identical to AWS using Docker and the Lambda Runtime Interface Emulator
Docker container images for running shell scripts on AWS Lambda. Three optimized variants from 132MB to 417MB with multi-platform support.
Read more →