nmattia / wai-lambda

Haskell Webapps on AWS Lambda
MIT License
43 stars 2 forks source link

Guidence for AWS lambda and API Gateway #2

Open o1lo01ol1o opened 5 years ago

o1lo01ol1o commented 5 years ago

Hi, could you provide some guidance on building and deploying, even in a trivial sense, a servant application using wai-lambda?
Thanks

nmattia commented 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