MCPcopy Create free account
hub / github.com/aws/aws-lambda-rust-runtime / Request

Class Request

examples/basic-sdk/src/main.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6/// The request defines what bucket to list
7#[derive(Deserialize)]
8struct Request {
9 bucket: String,
10}
11
12/// The response contains a Lambda-generated request ID and
13/// the list of objects in the bucket.

Callers 2

get_concurrent_scenariosFunction · 0.50
callMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected