Replies: 2 comments
-
I agree with the sentiment, however I think it should be renamed to @remix-run/api-gateway-v2 (or @remix-run/api-gateway-http), because it's not a generic AWS solution, but aimed only at api-gateway HTTP. It would also be beneficial for the community to have other adapters for AWS entry points, such as api-gateway REST and lambda function URLs. |
Beta Was this translation helpful? Give feedback.
-
@wingleung published a third-party library with Lambda adapters called remix-aws. I think it addresses the need called out by this issue, in that, it is completely separated out from Architect. Thanks to @MattyBalaam for sharing the existence of this library in a separate discussion. |
Beta Was this translation helpful? Give feedback.
-
What is the new or updated feature that you are suggesting?
@remix-run/aws-lambda
to avoid confusion.@architect/architect
since it is not usedWhy should this feature be included?
@remix-run/architect
adapter is actually a generic adapter for AWS Lambda behind API Gateway. This package can be used as the adapter for projects using AWS CDK, AWS SAM, and serverless framework in addition to architect (and lambda without a framework).I think this will avoid confusion moving forward for people who want to run Remix within AWS Lambda but are using another framework to work with the service.
Beta Was this translation helpful? Give feedback.
All reactions