We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cee1c commit 424b17bCopy full SHA for 424b17b
src/idempotency-http-wrapper.ts
@@ -4,7 +4,7 @@ import { DynamoDB } from "./providers/dynamoDB";
4
const DEFAULT_TTL = 5;
5
6
interface IdempotencyHttpOptionsProviderDynamoDB {
7
- name: Providers;
+ name: Providers.DynamoDB;
8
endpoint?: string;
9
region: string;
10
tableName: string;
0 commit comments