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
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
At the moment that is no support for LambdaFunctionURLRequest/Response. I Can contribute and add support. Which approach is more suitable for such changes? add v3 for core/request.go/response.go ? Thanks
The text was updated successfully, but these errors were encountered:
thomasgouveia
added a commit
to thomasgouveia/aws-lambda-go-api-proxy
that referenced
this issue
Jun 16, 2023
The core difference to this library is that the above builds the adapter as a lambda layer and forwards the request to http server (your application) running on the same instance.
It supports LambdaFunctionURL by design and works with any http server (regardless of the programming language used).
Hi!
At the moment that is no support for LambdaFunctionURLRequest/Response. I Can contribute and add support. Which approach is more suitable for such changes? add v3 for core/request.go/response.go ? Thanks
The text was updated successfully, but these errors were encountered: