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 572ad19 commit 59415b7Copy full SHA for 59415b7
lambda-runtime-api-client/README.md
@@ -33,8 +33,3 @@ async fn main() -> Result<(), Error> {
33
client.call(request).await
34
}
35
```
36
-
37
-## Custom User Agent
38
39
-To customize User Agent header sent to Lambda Runtime API, you can configure an environment variable `LAMBDA_RUNTIME_USER_AGENT` at compiling time.
40
-This will overide the default User Agent.
0 commit comments