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 af064dd commit 00f4a6dCopy full SHA for 00f4a6d
README.md
@@ -1,7 +1,6 @@
1
# aws-lambda-powertools-correlation
2
Correlation Ids for aws-lambda-powertools
3
4
-
5
<h3>Features</h3>
6
7
1. Middleware to enable injecting correlation ids from the request into the <i>AsyncLocalStorage</i>
@@ -31,7 +30,7 @@ export const handler = (_handler: Lambda.APIGatewayProxyHandlerV2) => {
31
30
};
32
```
33
34
-3. Utility to get correlation ids from the AsyncLocalStorage: <i>getCorrelationIds()</i>
+3. Utility to get correlation ids from the internal store: <i>getCorrelationIds()</i>
35
```typescript
36
import { useCorrelationIds } from '@aws-lambda-powertools-correlation';
37
0 commit comments