Lambda on Lambda: Serverless Haskell on AWS
Summary
Jack Kelly provides an end-to-end example and talk slides for deploying Haskell functions as AWS Lambda using OCI containers and OpenTofu.
View Cached Full Text
Cached at: 05/25/26, 07:05 AM
Similar Articles
@systemdesignone: Give me 2 mins & I'll teach you how Amazon Lambda works:
A quick explainer from @systemdesignone teaching how Amazon Lambda works, likely with a visual aid or walkthrough.
@svpino: Serveless, but for models, is here! I stopped renting servers 12 years ago. I mostly moved everything to serverless fun…
Runpod announces FlashBoot, a serverless approach for AI models that moves idle models to cheaper storage and pages them back to GPU, achieving cold starts under 200ms and cutting costs by 90% compared to traditional clouds.
@heygurisingh: Holy shit... a team just open sourced an AWS emulator that runs the entire cloud on your laptop with 13 MiB of memory. …
Floci is a newly open-sourced, lightweight AWS emulator that runs 45 services on a laptop using only 13 MiB of memory, offering a faster and resource-efficient alternative to Docker-based tools like LocalStack.
@midudev: This project lets you have AWS locally and for free. No accounts or tricks. Perfect for practicing. It's called Floci a…
Floci is a free, open-source local AWS emulator that runs via Docker and provides 69 AWS services like S3, Lambda, DynamoDB, and RDS without requiring an AWS account or auth tokens, ideal for dev, testing, and CI.
A curmudgeon tries a language server
A developer reflects on their traditional coding workflow and explores how using language servers in Haskell can approximate the interactive experience of Lisp programmers.