update issue cert
This commit is contained in:
@@ -45,7 +45,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
'email': user['email'],
|
||||
'course': course_name,
|
||||
'created_at': now_,
|
||||
'ttl': ttl(days=3, start_dt=now_),
|
||||
'ttl': ttl(start_dt=now_, days=3),
|
||||
},
|
||||
)
|
||||
|
||||
@@ -63,7 +63,6 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
'ttl': ttl(start_dt=now_, days=access_period),
|
||||
},
|
||||
)
|
||||
print(access_period)
|
||||
transact.put(
|
||||
item={
|
||||
'id': enrollment_id,
|
||||
|
||||
Reference in New Issue
Block a user