We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d92dd3 commit af4df1fCopy full SHA for af4df1f
1 file changed
lambda-http/src/request.rs
@@ -438,6 +438,7 @@ impl RequestContext {
438
Self::ApiGatewayV2(ag) => ag.authorizer.as_ref(),
439
#[cfg(feature = "apigw_websockets")]
440
Self::WebSocket(ag) => Some(&ag.authorizer),
441
+ #[cfg(any(feature = "alb", feature = "pass_through"))]
442
_ => None,
443
}
444
0 commit comments