Skip to content

Commit 54648da

Browse files
docs(bedrock): fix BedrockServiceRole in template.yaml (#6436)
Fix BedrockServiceRole in template.yaml Fixing indentation of AssumeRolePolicyDocument content in BedrockServiceRole that prevent the template to be deployed correctly. Signed-off-by: Guido Nebiolo <[email protected]> Co-authored-by: Leandro Damascena <[email protected]>
1 parent aebebb8 commit 54648da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/event_handler_bedrock_agents/sam/template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Resources:
3838
Statement:
3939
- Effect: Allow
4040
Principal:
41-
Action:
42-
- sts:assumeRole
4341
Service:
4442
- bedrock.amazonaws.com
43+
Action:
44+
- sts:AssumeRole
4545
Policies:
4646
- PolicyName: bedrock
4747
PolicyDocument:

0 commit comments

Comments
 (0)