Skip to content

Commit

Permalink
Issue #3 Input_read_roles - only lambda_opa_eval_python_subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider-vertical-relevance committed Apr 29, 2022
1 parent c567016 commit 5b73682
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cdk.context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 0 additions & 1 deletion stacks/control_broker_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def __init__(

self.Input_reader_roles: List[aws_iam.Role] = [
self.lambda_opa_eval_python_subprocess_single_threaded.role,
self.role_inner_eval_engine_sfn
]

self.outer_eval_engine_state_machine = aws_stepfunctions.StateMachine.from_state_machine_arn(self, "OuterEvalEngineStateMachineObj", self.sfn_outer_eval_engine.attr_arn)
Expand Down

0 comments on commit 5b73682

Please sign in to comment.