-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of LambdaFuctionURLRequest/Response #172
Comments
Signed-off-by: thomasgouveia <[email protected]>
Signed-off-by: thomasgouveia <[email protected]>
I found there's a newer solution provided by awslabs which does more or less the same as this, using a different approach: 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). You might also use my own library, which uses the same approach as this one: https://github.com/its-felix/aws-lambda-go-http-adapter/tree/main |
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: