add readme

This commit is contained in:
2025-05-25 12:02:28 -03:00
parent 38de5d7494
commit 0300b14c1b
8 changed files with 10 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
transact.put(
item={
'id': new_image['id'],
'sk': 'related_ids#%s' % k.removesuffix('_id'),
'sk': 'related_ids#%s' % k.removesuffix('_id'), # e.g. related_ids#user
'create_date': now_,
k: v,
}