wingleung / remix-aws

AWS adapter for Remix
https://www.npmjs.com/package/remix-aws
MIT License
21 stars 6 forks source link

Very much needed, thanks! #3

Open kalanchoej opened 1 year ago

kalanchoej commented 1 year ago

Good work - the remix core assumption that we'd be using APIGatewayV2 is strange given the huge gap in functionality between that and V1/ALB.

wingleung commented 1 year ago

thanks! we're using it with ALB and APIGv1 because v1 has more features idd, especially for enterprise platforms.

From what I understand, the Remix guys want to focus on core feature of Remix and writing adapters for every cloud provider and its proxies is not part of the core responsibility.

fyi, https://github.com/remix-run/remix/pull/3173