diff --git a/supplementary_files/handlers_stack/lambdas/output_handler/lambda_function.py b/supplementary_files/handlers_stack/lambdas/output_handler/lambda_function.py index 2de822e9..2b7d6bf2 100644 --- a/supplementary_files/handlers_stack/lambdas/output_handler/lambda_function.py +++ b/supplementary_files/handlers_stack/lambdas/output_handler/lambda_function.py @@ -163,7 +163,7 @@ def lambda_handler(event,context): results_report = { "EvalEngineLambdalith": { "Evaluation": { - "IsAllowed": is_allowed + "IsCompliant": is_allowed }, "Infractions":infractions }