We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lambdaurl
Is your feature request related to a problem? Please describe.
Would be nice to write Lambdas that are behind api gateway v2 easily
Describe the solution you'd like
Be able to turn a http.Handler into a handler for APIGatewayV2 events
http.Handler
Describe alternatives you've considered
Write my own
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Oh I just learnt they use the same event format. TIL.
So I guess I can just use lambdaurl for api gateway v2 lambda
https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html
Sorry, something went wrong.
Hmm unfortunately the Authorizer field throws away JWT information and only has IAM information so not fully.
Authorizer
Ah and the other problem is that API Gateway doesn't have the streaming response like lambda url has.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Would be nice to write Lambdas that are behind api gateway v2 easily
Describe the solution you'd like
Be able to turn a
http.Handler
into a handler for APIGatewayV2 eventsDescribe alternatives you've considered
Write my own
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: