Skip to content

Commit

Permalink
Issue #3 update docstring for control_broker_eval_results_bucket
Browse files Browse the repository at this point in the history
Former-commit-id: e28da74
  • Loading branch information
cschneider-vertical-relevance committed Apr 28, 2022
1 parent 55fbbdc commit 33ed1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacks/client_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def __init__(
:type control_broker_outer_state_machine: aws_stepfunctions.StateMachine
:param control_broker_principals: The principals to which we need to give S3 access for our input bucket.
:type control_broker_principals: List[aws_iam.IPrincipal]
:param control_broker_eval_results_bucket: The bucket owned by ControlBroker to host Evaluation ResultsReports.
:type control_broker_eval_results_bucket: aws_s3.Bcuket
"""
super().__init__(*args, **kwargs)

Expand Down Expand Up @@ -81,7 +83,6 @@ def apigw(self):
]
)


# auth - iam

authorizer_iam = aws_apigatewayv2_authorizers_alpha.HttpIamAuthorizer()
Expand Down

0 comments on commit 33ed1cc

Please sign in to comment.