fix subscription

This commit is contained in:
2025-12-08 15:57:13 -03:00
parent a8bb1799bc
commit 0600ad7da1
10 changed files with 391 additions and 12 deletions

View File

@@ -64,8 +64,8 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
'user': user,
'order_id': new_image['id'],
},
) as fp:
result = fp.process()
) as batch:
result = batch.process()
logger.debug('Processed courses', result=result)
return order_layer.update_item(