Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-rust-runtime
/ Response
Class
Response
examples/basic-sdk/src/main.rs:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
/// the list of objects in the bucket.
14
#[derive(Serialize)]
15
struct Response {
16
req_id: String,
17
bucket: String,
18
objects: Vec<String>,
19
}
20
21
#[cfg_attr(test, mockall::automock)]
22
#[async_trait]
Callers
1
poll
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected