download cert to uyser

This commit is contained in:
2025-12-01 14:49:54 -03:00
parent 8d312893fa
commit f3e3d9f8c2
9 changed files with 218 additions and 112 deletions

View File

@@ -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,