We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75e38b commit a8bdf7bCopy full SHA for a8bdf7b
lambda-runtime/src/env.rs
@@ -3,7 +3,7 @@ use std::env;
3
use error::RuntimeError;
4
5
/// The name of the environment variable in the Lambda execution
6
-/// environment for the Runtime APIs endpoint. The valie of this
+/// environment for the Runtime APIs endpoint. The value of this
7
/// variable is read once as the runtime starts.
8
pub const RUNTIME_ENDPOINT_VAR: &str = "AWS_LAMBDA_RUNTIME_API";
9
0 commit comments