download cert to uyser
This commit is contained in:
@@ -51,16 +51,6 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
},
|
||||
)
|
||||
|
||||
# Schedule the event to add `access_expired` after the access period ends
|
||||
# transact.put(
|
||||
# item={
|
||||
# 'id': enrollment_id,
|
||||
# 'sk': 'SCHEDULE#SET_ACCESS_EXPIRED',
|
||||
# 'created_at': now_,
|
||||
# 'ttl': ttl(start_dt=now_, days=access_period),
|
||||
# },
|
||||
# )
|
||||
|
||||
transact.put(
|
||||
item={
|
||||
'id': enrollment_id,
|
||||
|
||||
Reference in New Issue
Block a user