add patch

This commit is contained in:
2025-07-17 23:50:28 -03:00
parent 6eafb0f541
commit 5df126c605
5 changed files with 142 additions and 1 deletions

View File

@@ -68,8 +68,10 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
},
}
)
logger.info('Email sent')
except Exception as exc:
logger.exception(exc)
enrollment_layer.put_item(
item={
'id': old_image['id'],