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 13f6b2e commit da1ddb7Copy full SHA for da1ddb7
design/src/rfcs/rfc0024_request_id.md
@@ -70,9 +70,6 @@ Common formats for RequestIDs are:
70
For privacy reasons, any format that provides service details should be avoided. A random string is preferred.
71
The proposed format is to use UUID, version 4.
72
73
-AWS Lambda sends a RequestID in the request context; there is no need to modify it.
74
-Services will apply their `Layer` if they need to extract the "AWS request ID" from the context given by the Lambda invocation.
75
-
76
A `Service` that inserts a RequestId in the extensions will be implemented as follows:
77
```rust
78
impl<R, S> Service<http::Request<R>> for ServerRequestIdProvider<S>
0 commit comments