This commit is contained in:
2026-01-21 21:31:32 -03:00
parent 26c3df876f
commit 37a9b20188
38 changed files with 1009 additions and 532 deletions

View File

@@ -90,6 +90,8 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
item={
'id': pk,
'sk': f'{sk}#SCHEDULE#AUTO_CLOSE',
# Post-migration: uncomment the following line
# 'sk': f'{sk}#SCHEDULED#AUTO_CLOSE',
'ttl': ttl(
start_dt=datetime.combine(end_period, time())
+ timedelta(days=1)