This commit is contained in:
2025-07-09 13:44:39 -03:00
parent 690be35634
commit 72b1338135
7 changed files with 66 additions and 27 deletions

View File

@@ -48,8 +48,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
with order_layer.transact_writer() as transact:
transact.update(
key=KeyPair(new_image['id'], '0'),
update_expr='SET tenant = :tenant_id, \
updated_at = :updated_at',
update_expr='SET tenant_id = :tenant_id, updated_at = :updated_at',
expr_attr_values={
':tenant_id': ids['org_id'],
':updated_at': now_,