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

Missing queryStringParameters property in APIGatewayProxyWebsocketHandlerV2 #68039

Open
pedroSoaresll opened this issue Dec 29, 2023 · 0 comments

Comments

@pedroSoaresll
Copy link

pedroSoaresll commented Dec 29, 2023

Hey folks, I believe it is missing a property queryStringParameters when the WebSocket event is in a lambda function.

export type APIGatewayProxyWebsocketHandlerV2<T = never> = Handler<

Check the image below which is a sample of a cloud watch log from a $connect event

image

We are missing those two properties, queryStringParameters and multiValueQueryStringParameters .

I believe that those two missing properties should be placed in this line, is it correct?

export interface APIGatewayProxyWebsocketEventV2WithRequestContext<TRequestContext> {

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