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 b88ace7 commit d278154Copy full SHA for d278154
plugins/dynamic-few-shot-lambda/template.yml
@@ -174,15 +174,10 @@ Resources:
174
175
DynamicFewShotLogGroup:
176
Type: AWS::Logs::LogGroup
177
- Metadata:
178
- cfn_nag:
179
- rules_to_suppress:
180
- - id: W84
181
- reason: "Demo function - KMS CMK not required, but can be added by customer for production use cases"
182
- # checkov:skip=CKV_AWS_158: "Demo function - KMS CMK not required, but can be added by customer for production use cases"
183
Properties:
184
LogGroupName: !Sub "/aws/lambda/${LambdaFunctionName}"
185
RetentionInDays: !Ref LogRetentionDays
+ KmsKeyId: !GetAtt GenAIIDPCustomerManagedEncryptionKeyArn
186
187
DynamicFewShotVectorBucket:
188
Type: AWS::S3Vectors::VectorBucket
0 commit comments