Skip to content

ConnectionId for API Gateway requests is missing #76

Closed
@AntonRamashko

Description

@AntonRamashko

As in code example from Node.js from here connectionId is used to manage WebSocket sessions:

exports.handler = function(event, context, callback) {
var deleteParams = {
    TableName: process.env.TABLE_NAME,
    Key: {
     connectionId: { S: event.requestContext.connectionId }
    }
};

Meanwhile Java class com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent.ProxyRequestContext doesn't have such field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions