fix enroll and reenroll relationship
This commit is contained in:
@@ -29,8 +29,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
pk=old_image['id'],
|
||||
sk='0',
|
||||
),
|
||||
update_expr='SET access_expired = :true, \
|
||||
updated_at = :now',
|
||||
update_expr='SET access_expired = :true, updated_at = :now',
|
||||
expr_attr_values={
|
||||
':true': True,
|
||||
':now': now_,
|
||||
|
||||
Reference in New Issue
Block a user