update user on konviva

This commit is contained in:
2025-07-18 13:05:03 -03:00
parent 61e7ac0f4b
commit 64946471b9
6 changed files with 94 additions and 6 deletions

View File

@@ -46,7 +46,9 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
'sk': 'metadata#course',
'created_at': now_,
'access_period': int(course['access_period']),
'cert': course['cert'],
'cert': {
'exp_interval': int(course['cert']['exp_interval']),
},
}
)