Skip to content

Field "path" not in AwsProxyRequest #39

@davidmco65

Description

@davidmco65

When trying to deserialize the AwsProxyRequest within a StreamHandler-derived class, I get:

Unrecognized field "path" (class com.amazonaws.serverless.proxy.internal.model.ApiGatewayRequestContext), not marked as ignorable (9 known properties: "resourcePath", "apiId", "accountId", "resourceId", "requestId", "identity", "httpMethod", "stage", "authorizer"])
From:

AwsProxyRequest request = mapper.readValue(input, AwsProxyRequest.class);

Thanks,
David

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions