export type DynamoDBItem = {
    [key: string]: any;
};
