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

Field "path" not in AwsProxyRequest #39

Closed
davidmco65 opened this issue Jun 21, 2017 · 1 comment
Closed

Field "path" not in AwsProxyRequest #39

davidmco65 opened this issue Jun 21, 2017 · 1 comment

Comments

@davidmco65
Copy link

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

@sapessi sapessi added this to the Release 0.6 milestone Jun 22, 2017
sapessi added a commit that referenced this issue Jun 22, 2017
@sapessi
Copy link
Collaborator

sapessi commented Jun 22, 2017

Fixed with the latest pull request. This will go out with 0.6

@sapessi sapessi closed this as completed Jun 22, 2017
sapessi added a commit that referenced this issue Jun 27, 2017
@sapessi sapessi modified the milestones: Release 0.6, Release 0.5.1 Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants