BFPG Meetup - April 2026 - Haskell on AWS Lambda + Hack Day retro
Join the BFPG Discord: https://discord.gg/yYz2d8w7FY
Agenda
18:00: Welcome and setup
Presentation #1: Lambda on Lambda: Running serverless Haskell functions on AWS - Jack Kelly
Presentation #2:
Hack Day retrospective - demos / lightning talks20:00ish: Pack down, head to Criterion pub
Lambda on Lambda: Running serverless Haskell functions on AWS
AWS 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.
Fitting your binaries into this model means making your code talk to some internal AWS APIs, and luckily the Haskell ecosystem has some good tools for doing this.
In this talk, I'll explain at a high level what AWS Lambda is, how it executes your code, and then provide an opinionated guide and demo for getting your Haskell functions into the cloud.
Hack Day retrospective
Open floor to do demos, lightning talks, show & tell about what you did you at the Q1 BFPG Hack Day!