UNPKG

@lti-tool/dynamodb

Version:

DynamoDB storage for LTI 1.3 @lti-tool

8 lines (7 loc) 131 B
export interface DynamoBase { pk: string; sk: string; gsi1pk?: string; gsi1sk?: string; type: 'Client' | 'Deployment'; }