Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-rust-runtime
/ uri
Method
uri
lambda-extension/src/requests.rs:53–58 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
pub(crate) fn uri(&self) -> &str {
54
match *self {
55
Api::LogsApi =>
"/2020-08-15/logs"
,
56
Api::TelemetryApi =>
"/2022-07-01/telemetry"
,
57
}
58
}
59
}
60
61
pub(crate) fn subscribe_request(
Callers
15
test_set_origin
Function · 0.80
test_set_origin_with_base_path
Function · 0.80
next_event_request
Function · 0.80
register_request
Function · 0.80
subscribe_request
Function · 0.80
error_request
Function · 0.80
into_api_gateway_v2_request
Function · 0.80
into_proxy_request
Function · 0.80
into_alb_request
Function · 0.80
into_websocket_request
Function · 0.80
into_vpc_lattice_request
Function · 0.80
into_pass_through_request
Function · 0.80
Calls
no outgoing calls
Tested by
9
test_set_origin
Function · 0.64
test_set_origin_with_base_path
Function · 0.64
deserializes_apigw_multi_value_request_events
Function · 0.64
deserializes_alb_multi_value_request_events
Function · 0.64
test_successful_response
Function · 0.64
test_410_timeout_error
Function · 0.64
test_500_error
Function · 0.64
test_404_error
Function · 0.64
test_network_error
Function · 0.64