fogfish / dynamo

Generic Golang Key/Value trait for AWS storage services
MIT License
19 stars 5 forks source link

Use ProjectionExpression to limit Get/Match #33

Closed fogfish closed 2 years ago

fogfish commented 3 years ago

The projection expression allows to limit number of columns. These columns are deductible from the type definition.

fogfish commented 2 years ago

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ProjectionExpressions.html

fogfish commented 2 years ago

fixed by #55