WeSearch

Lambda on Lambda: Serverless Haskell on AWS

·1 min read · 0 reactions · 0 comments · 15 views
#haskell#aws#serverless#coding#functional programming
⚡ TL;DR · AI summary

A recent talk focused on using Haskell to create AWS Lambda functions. The speaker shared insights on building Haskell functions into OCI-format containers and configuring them for Lambda. The event fostered engaging discussions among attendees, highlighting the interest in functional programming.

Key facts
Original article
Jackkelly
Read full at Jackkelly →
Opening excerpt (first ~120 words) tap to expand

Lambda on Lambda: Serverless Haskell on AWS Posted on June 24, 2026 by Jack Kelly Tags: haskell, coding, talks Earlier this week, I gave a talk at the Melbourne Compose Group (mailing list) about using Haskell to implement AWS Lambda functions. Lambda is AWS’s “function-as-a-service offering”, where your code runs in an isolated “microVM” on AWS-managed infrastructure and you pay only for the resources used while your code runs. As a mature AWS service, Lambda has a lot of features and knobs, and many of the blog posts I’ve read about deploying to Lambda were closer to “draw two circles” than “how to draw the owl”. I’ve wanted to address this gap for a long time.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Jackkelly.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Jackkelly