add readme
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user