Simpler struct tags
This release has breaking changes. The tags idx
and copyidx
are no longer used. Instead, a struct should implement the Keyer
interface to indicate which attribute(s) comprise the primary key on a DynamoDB table.
This release has breaking changes. The tags idx
and copyidx
are no longer used. Instead, a struct should implement the Keyer
interface to indicate which attribute(s) comprise the primary key on a DynamoDB table.