Sharing AWS Lambda and CDK Integration for Effect API Definitions
Hi, I toyed around with deploying HTTP APIs on AWS with lambda and CDK. Here is a rough sketch of a lambda handler and CDK constructs for both REST and HTTP API that take an effect API definition as input and create the necessary resources: https://github.com/florianbepunkt/effect-aws-api. There are still some open questions / problems noted in the README. If someone has a solution or idea how to solve this, that would be great. Next item on my roadm,ap would be to create automated e2e contract tests for the api from the given definition.
