Skip to content
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

Method with signature events.APIGatewayProxyRequest and events.APIGatewayProxyResponse doesn't invoke Http API #517

Open
mihirpmehta opened this issue Sep 5, 2023 · 0 comments

Comments

@mihirpmehta
Copy link

I am using Authorizer lambda function in API gateway with following signature

func handleRequest(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {

Lambda function does return 200 but still API gateway throws 500 with {"Message":null} Response

If i change handler signature to

func handler(request events.APIGatewayV2CustomAuthorizerV1Request) (events.APIGatewayV2CustomAuthorizerIAMPolicyResponse, error) {

Same code works as expected and my endpoint get invoked by API gateway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant