add cert_expires_at
This commit is contained in:
@@ -29,10 +29,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
path_spec='offset_days',
|
||||
rename_key='dedup_window_offset_days',
|
||||
)
|
||||
+ SortKey('ORG', rename_key='org')
|
||||
+ SortKey('konviva'),
|
||||
# Post-migration: uncomment the following lines
|
||||
# + SortKey('KONVIVA', rename_key='konviva')
|
||||
+ SortKey('ORG', rename_key='org'),
|
||||
flatten_top=False,
|
||||
)
|
||||
user = User.model_validate(new_image['user'])
|
||||
|
||||
Reference in New Issue
Block a user