add explore

This commit is contained in:
2025-12-19 16:51:18 -03:00
parent 5959287fea
commit 9e4c97e7dd
8 changed files with 268 additions and 157 deletions

View File

@@ -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')
)