We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800ed17 commit 2eb8573Copy full SHA for 2eb8573
plugins/dynamic-few-shot-lambda/template.yml
@@ -201,8 +201,8 @@ Resources:
201
- !Ref DocumentsIndex
202
- !If
203
- ShouldCreateVectorBucket
204
- - !Sub "${VectorBucket}/index/${DocumentsIndex}"
205
- - !Sub "arn:${AWS::Partition}:s3vectors:${AWS::Region}:${AWS::AccountId}:bucket/${VectorBucketName}/index/${DocumentsIndex}"
+ - !Sub "${VectorBucket}/index/${VectorIndexName}"
+ - !Sub "arn:${AWS::Partition}:s3vectors:${AWS::Region}:${AWS::AccountId}:bucket/${VectorBucketName}/index/${VectorIndexName}"
206
- Effect: Allow
207
Action:
208
- kms:Decrypt
0 commit comments