-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Labels
Milestone
Description
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