Skip to content

Commit

Permalink
PLFM-8614: Allow response streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomarasca committed Dec 17, 2024
1 parent 0f00053 commit 52f9c87
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
"Statement": [
{
"Effect": "Allow",
"Action": "bedrock:InvokeModel",
"Action": [
"bedrock:InvokeModel",
"bedrock:InvokeModelWithResponseStream"
],
"Resource": [
{
"Fn::Sub": "arn:aws:bedrock:${AWS::Region}::foundation-model/*"
Expand Down

0 comments on commit 52f9c87

Please sign in to comment.