UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

5 lines (4 loc) 126 B
import { AttributeValue } from '@aws-sdk/client-dynamodb'; export type AttributeMap = { [key: string]: AttributeValue; };