Open o1lo01ol1o opened 5 years ago
Sure! I'll provide a more verbose answer later but here's some inspiration (for building and deploying with Nix and Terraform):
Building the lambda: https://github.com/deckgo/deckdeckgo/blob/3f5a9202a05699c2275e489f826b42d74a82955c/infra/default.nix#L4-L15
Deploying: https://github.com/deckgo/deckdeckgo/blob/3f5a9202a05699c2275e489f826b42d74a82955c/infra/lambda.tf#L49-L54 https://github.com/deckgo/deckdeckgo/blob/3f5a9202a05699c2275e489f826b42d74a82955c/infra/lambda.tf#L3
Hi, could you provide some guidance on building and deploying, even in a trivial sense, a
servant
application usingwai-lambda
?Thanks