Introduction

This is a template for building and deploying a haskell nix project with AWS lambda.

It shows examples for creating API gateway lamdas

Developing

The template uses the iohk haskell nix flake (link) to build the haskell source and then builds the lambda bundle.

You can open a nix shell with nix develop

Deploying

TODO