You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also seems like ApiGatewayRequestContext is missing a few fields, as per the document linked in the code: See context-variable-reference for more detail.
aws-lambda-rust-runtime/lambda-http/src/request.rs
Lines 70 to 89 in d3ff435
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?
The text was updated successfully, but these errors were encountered: