Skip to content

Commit

Permalink
pass ResponseExpectedByConsumer
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider-vertical-relevance committed May 18, 2022
1 parent 182f9aa commit 63c9906
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def lambda_handler(event,context):
"ConsumerMetadata": r.consumer_metadata,
"Context": r.approved_context,
"InputType": r.validated_input_type,
"Response": format_response_expected_by_consumer(response_expected_by_consumer)
"ResponseExpectedByConsumer": response_expected_by_consumer
}

print(f'eval_engine_input:\n{eval_engine_input}')
Expand Down Expand Up @@ -480,7 +480,7 @@ def lambda_handler(event,context):
"IsApproved":bool(r.approved_context)
}
},
"Response": response_expected_by_consumer
"Response": format_response_expected_by_consumer(response_expected_by_consumer)
}

print(f'control_broker_request_status:\n{control_broker_request_status}')
Expand Down

0 comments on commit 63c9906

Please sign in to comment.