MCPcopy 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
268impl RequestExt for Parts {

Callers 3

callMethod · 0.80
event_to_requestFunction · 0.80
callMethod · 0.80

Calls 1

map_req_extFunction · 0.85

Tested by

no test coverage detected