interface DynamoDbParameters {
  region: string;
  profile?: string;
  TableName: string;
  accessKeyId?: string;