Skip to content

Commit

Permalink
Add perms to pipeline for invoking flows
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jan 18, 2025
1 parent bb5eb3f commit 8c9001a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/pipeline_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
actions=[
"states:StartExecution",
"states:DescribeExecution",
"bedrock:ListFlows",
"bedrock:ListFlowAliases",
"bedrock:InvokeFlow",
],
resources=["*"],
)
Expand Down

0 comments on commit 8c9001a

Please sign in to comment.