MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / main

Function main

examples/basic-tenant-id/src/main.rs:28–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27#[tokio::main]
28async fn main() -> Result<(), Error> {
29 tracing_subscriber::fmt()
30 .with_max_level(tracing::Level::INFO)
31 .with_target(false)
32 .without_time()
33 .init();
34
35 lambda_runtime::run(service_fn(function_handler)).await
36}

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected