Skip to content

Commit

Permalink
Fix typo in nag suppressions for Amazon Kendra workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-aws authored and bigadsoleiman committed May 20, 2024
1 parent f0ff8f3 commit 726d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws-genai-llm-chatbot-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export class AwsGenAILLMChatbotStack extends cdk.Stack {
NagSuppressions.addResourceSuppressionsByPath(
this,
[
`/${this.stackName}/RagEngines/KendraRetrieval/CreateAuroraWorkspace/CreateKendraWorkspace/Role/DefaultPolicy/Resource`,
`/${this.stackName}/RagEngines/KendraRetrieval/CreateKendraWorkspace/CreateKendraWorkspace/Role/DefaultPolicy/Resource`,
],
[
{
Expand Down

0 comments on commit 726d456

Please sign in to comment.