-
Notifications
You must be signed in to change notification settings - Fork 234
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
ConnectionId for API Gateway requests is missing #76
Comments
I've used workaround:
|
I believe this PR #92 fixes this issue. Still not present at version 2.6.0. Needs to be built from sources |
@lucasam APIGatewayV2ProxyRequestEvent was added in version |
As in code example from Node.js from here connectionId is used to manage WebSocket sessions:
Meanwhile Java class
com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent.ProxyRequestContext
doesn't have such field.The text was updated successfully, but these errors were encountered: