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 49b6dde commit ec36181Copy full SHA for ec36181
src/middleware/auth-n.ts
@@ -8,7 +8,7 @@ import {
8
import { APIGateway } from '@aws-sdk/client-api-gateway';
9
10
const fiveMinutes = 5 * 60;
11
-const cache = cached('userEmail', {
+const cache = cached('apiKey', {
12
backend: {
13
type: 'memory'
14
},
0 commit comments