add docs
This commit is contained in:
@@ -59,7 +59,7 @@ def test_post_course(
|
||||
assert r['statusCode'] == HTTPStatus.CREATED
|
||||
|
||||
collect = DynamoDBCollection(dynamodb_persistence_layer)
|
||||
logs = collect.get_items(
|
||||
logs = collect.query(
|
||||
PartitionKey(
|
||||
ComposeKey('5OxmMjL-ujoR5IMGegQz', prefix='log', delimiter=':'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user