...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

formationStringSet(source: string[]): { SS: StringSetAttributeValue }

formationBinarySet

formationBinarySet(source: Buffer[]): { BS: Buffer[] }

Last updated

Was this helpful?