Does DynamoDB's UpdateItemCommand have an "update only" mode? – Amazon Web Sevices
I have some TypeScript code in a project that does a number of native DynamoDB update operations: import { nativeDocumentClient, nativeDynamo } from '../utils/aws'; // snipped code // updatedProducts is of type `{ id: string; siteId: string; state: ProductState }[]`…