add reason hover card

This commit is contained in:
2026-01-26 15:52:33 -03:00
parent 631087ac9b
commit 96a8ee8775
4 changed files with 62 additions and 24 deletions

View File

@@ -42,7 +42,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
expr_attr_values={
':rollback': 'ROLLBACK',
':scheduled': 'SCHEDULED',
':reason': 'CANCELLATION',
':reason': 'UNSCHEDULED',
':now': now_,
},
table_name=ORDER_TABLE,