Skip to content

Commit 00f4a6d

Browse files
author
Daniel Bot
committed
docs: update readme to reflect changes from AsyncLocalStorage to InMemoryCache
1 parent af064dd commit 00f4a6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# aws-lambda-powertools-correlation
22
Correlation Ids for aws-lambda-powertools
33

4-
54
<h3>Features</h3>
65

76
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) => {
3130
};
3231
```
3332

34-
3. Utility to get correlation ids from the AsyncLocalStorage: <i>getCorrelationIds()</i>
33+
3. Utility to get correlation ids from the internal store: <i>getCorrelationIds()</i>
3534
```typescript
3635
import { useCorrelationIds } from '@aws-lambda-powertools-correlation';
3736

0 commit comments

Comments
 (0)