Hey there,
I want to host my Remix app on AWS and saw that the Grunge Stack is configured for that, but I noticed that Architect (the tool to generate the Infrastructure / Lambda functions) creates AWS SAM templates. Is there a way to also create CDK stacks instead?
It seems that https://github.com/remix-run/remix/blob/main/packages/remix-architect/server.ts#L40 creates Lambda handlers, would those be translatable to CDK NodeJsFunction?
Thanks for your help in advance!