update session
This commit is contained in:
@@ -106,7 +106,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
pk=enrollment_id,
|
||||
sk='0',
|
||||
),
|
||||
update_expr='SET issued_cert = :issued_cert, uploaded_at = :now',
|
||||
update_expr='SET issued_cert = :issued_cert, updated_at = :now',
|
||||
expr_attr_values={
|
||||
':now': now_,
|
||||
':issued_cert': {
|
||||
|
||||
Reference in New Issue
Block a user