How to create a size condition useing AWS dynamodb-mapper-js – Amazon Web Sevices
I am trying to use the AWS Dynamodb Mapper library with Typescript to update an item in a table depending on the size of an array element (lets call it IDs) of the table. An issue in the Github repo…