...foundations

formationNumber

formationNumber(source: number): { N: NumberAttributeValue }

formationString

formationString(source: string): { S: StringAttributeValue }

formationBinary

formationBinary(source: Buffer): { B: Buffer }

formationBoolean

formationBoolean(source: boolean): { BOOL: BooleanAttributeValue }

formationNumberSet

formationNumberSet(source: number[]): { NS: NumberSetAttributeValue }

formationStringSet

formationBinarySet

Last updated

Was this helpful?