DynamoDbAttribute
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
DynamoDbAttribute = {
S:string; } | {N:string; } | {BOOL:boolean; } | {NULL:true; } | {SS:string[]; } | {L:DynamoDbAttribute[]; } | {M:Record<string,DynamoDbAttribute>; }
Defined in: src/persistence/journals/DynamoDbClient.ts:19
A DynamoDB attribute value. Numbers travel as strings on the wire.
