add restore

This commit is contained in:
2025-12-19 18:42:27 -03:00
parent 01c7de34fa
commit 13f8126269
10 changed files with 175 additions and 23 deletions

View File

@@ -131,6 +131,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
# Add created_by if present
| (
{
# Post-migration: rename `author` to `created_by`
'author': {
'id': created_by['user_id'],
'name': created_by['name'],