@@ -347,7 +347,7 @@ You can set a Correlation ID using `correlationIdPath` attribute by passing a [J
347
347
"functionName": "test",
348
348
"functionMemorySize": 128,
349
349
"functionArn": "arn:aws:lambda:eu-west-1:12345678910:function:test",
350
- "lambda_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72",
350
+ "function_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72",
351
351
"correlation_id": "correlation_id_value"
352
352
}
353
353
```
@@ -397,7 +397,7 @@ for known event sources, where either a request ID or X-Ray Trace ID are present
397
397
"functionName": "test",
398
398
"functionMemorySize": 128,
399
399
"functionArn": "arn:aws:lambda:eu-west-1:12345678910:function:test",
400
- "lambda_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72",
400
+ "function_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72",
401
401
"correlation_id": "correlation_id_value"
402
402
}
403
403
```
@@ -510,7 +510,7 @@ this means that custom keys can be persisted across invocations. If you want all
510
510
"functionName": "test",
511
511
"functionMemorySize": 128,
512
512
"functionArn": "arn:aws:lambda:eu-west-1:12345678910:function:test",
513
- "lambda_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72",
513
+ "function_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72",
514
514
"specialKey": "value"
515
515
}
516
516
```
@@ -527,7 +527,7 @@ this means that custom keys can be persisted across invocations. If you want all
527
527
"functionName": "test",
528
528
"functionMemorySize": 128,
529
529
"functionArn": "arn:aws:lambda:eu-west-1:12345678910:function:test",
530
- "lambda_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72"
530
+ "function_request_id ": "52fdfc07-2182-154f-163f-5f0f9a621d72"
531
531
}
532
532
```
533
533
0 commit comments