add explore
This commit is contained in:
@@ -45,7 +45,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
enrollment = enrollment_layer.collection.get_items(
|
||||
TransactKey(new_image['id'])
|
||||
+ SortKey('0')
|
||||
+ SortKey('CREATED_BY', rename_key='created_by', path_spec='created_by')
|
||||
+ SortKey('CREATED_BY', rename_key='created_by')
|
||||
# Post-migration: remove the following line
|
||||
+ SortKey('author', rename_key='created_by')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user