Skip to content

Commit

Permalink
serverless.yml에서 bedrock:InvokeAgent 리소스를 agent-alias로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Dec 12, 2024
1 parent d34749e commit 78dcd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provider:
Action:
- bedrock:InvokeAgent
Resource:
- "arn:aws:bedrock:*:*:agent/*"
- "arn:aws:bedrock:*:*:agent-alias/*"
- Effect: Allow
Action:
- bedrock:Retrieve
Expand Down

0 comments on commit 78dcd52

Please sign in to comment.