4. Querying and Scanning the DataΒΆ
A query/condition syntax is provided by awstin. This is similar to the
syntax provided by sqlalchemy, for example. Queries can be built and
combined with & and |.
There are methods on awstin.dynamodb.Attr and
awstin.dynamodb.Key corresponding to the condition operations provided
by boto3/DynamoDB, with arithmetic comparisons exposed Pythonically.