[Article] Using ReScript to build applications on AWS Lambda

I put together a simple introduction for writing and deploying a simple AWS Lambda application in ReScript.

8 Likes

I’ve written a follow-up article that shows how to use funicular to build an API on AWS Lambda that validates the incoming JSON and produces meaningful error responses for invalid requests.

3 Likes