Skip to content

Commit da1ddb7

Browse files
82marbagDaniele Ahmed
authored and
Daniele Ahmed
committed
Remove lambda context
Signed-off-by: Daniele Ahmed <[email protected]>
1 parent 13f6b2e commit da1ddb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

design/src/rfcs/rfc0024_request_id.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Common formats for RequestIDs are:
7070
For privacy reasons, any format that provides service details should be avoided. A random string is preferred.
7171
The proposed format is to use UUID, version 4.
7272

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-
7673
A `Service` that inserts a RequestId in the extensions will be implemented as follows:
7774
```rust
7875
impl<R, S> Service<http::Request<R>> for ServerRequestIdProvider<S>

0 commit comments

Comments
 (0)