Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-lambda-rust-runtime
/ with_lambda_context
Method
with_lambda_context
lambda-http/src/ext/extensions.rs:261–265 ·
view source on GitHub ↗
(self, context: Context)
Source
from the content-addressed store, hash-verified
259
}
260
261
fn with_lambda_context(self, context: Context) -> Self {
262
let mut s = self;
263
s.insert(context);
264
s
265
}
266
}
267
268
impl RequestExt for Parts {
Callers
3
call
Method · 0.80
event_to_request
Function · 0.80
call
Method · 0.80
Calls
1
map_req_ext
Function · 0.85
Tested by
no test coverage detected