update user on konviva
This commit is contained in:
@@ -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']),
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user