You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the new or updated feature that you are suggesting?
I think it would be beneficial in the long run to rename this adapter to @remix-run/aws-lambda to avoid confusion.
Remove the peer dependency on @architect/architect since it is not used
Why should this feature be included?
The @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).
Currently, the architect adapter has no need for a peer dependency of architect because it is not used within the package.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: