Skip to content

Commit

Permalink
Issue #5 fix bug in invoked_by_apigw
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider-vertical-relevance committed May 3, 2022
1 parent 14f9745 commit 0797704
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def lambda_handler(event,context):

post_request_json_body = json.loads(event['body'])

eval_engine_sfn_arn = os.environ.get('ControlBrokerOutersfn_arn')
eval_engine_sfn_arn = os.environ.get('ControlBrokerOuterSfnArn')
print(f'eval_engine_sfn_arn:\n{eval_engine_sfn_arn}')

eval_results_reports_bucket = os.environ.get('ControlBrokerEvalResultsReportsBucket')
Expand Down

0 comments on commit 0797704

Please sign in to comment.