https://github.com/awslabs/aws-lambda-rust-runtime/blob/d3ff4352c4b0e64fb46af2ca425db39211237e26/lambda-http/src/request.rs#L70-L89 Seems to be missing a `resource` field? https://github.com/DefinitelyTyped/DefinitelyTyped/blob/682a17a7683c34d23d6f70416f21e7f65671885c/types/aws-lambda/trigger/api-gateway-proxy.d.ts#L89-L102 This causes my event to fail serializing, rendering the entire lambda-http crate useless?
https://github.com/awslabs/aws-lambda-rust-runtime/blob/d3ff4352c4b0e64fb46af2ca425db39211237e26/lambda-http/src/request.rs#L70-L89
Seems to be missing a
resourcefield?https://github.com/DefinitelyTyped/DefinitelyTyped/blob/682a17a7683c34d23d6f70416f21e7f65671885c/types/aws-lambda/trigger/api-gateway-proxy.d.ts#L89-L102
This causes my event to fail serializing, rendering the entire lambda-http crate useless?