DynamoDbCounter

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DynamoDbCounter

Specifies that this property should be used as a counter field, incrementing each time an item is persisted to DynamoDB.