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 3a1efe6 commit 8b19a6cCopy full SHA for 8b19a6c
packages/cdk/stacks/EpsAssistMeStack.ts
@@ -4,7 +4,6 @@ import {
4
StackProps,
5
CfnOutput
6
} from "aws-cdk-lib"
7
-import {PolicyStatement, Effect, ArnPrincipal} from "aws-cdk-lib/aws-iam"
8
import {nagSuppressions} from "../nagSuppressions"
9
import {Apis} from "../resources/Apis"
10
import {Functions} from "../resources/Functions"
@@ -60,8 +59,6 @@ export class EpsAssistMeStack extends Stack {
60
59
kbDocsBucket: storage.kbDocsBucket.bucket
61
})
62
63
-
64
65
// Create OpenSearch Resources
66
const openSearchResources = new OpenSearchResources(this, "OpenSearchResources", {
67
bedrockExecutionRole: iamResources.bedrockExecutionRole,
0 commit comments