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 416f487 commit 8b5875cCopy full SHA for 8b5875c
packages/cdk/resources/Apis.ts
@@ -7,7 +7,6 @@ import {HttpMethod} from "aws-cdk-lib/aws-lambda"
7
export interface ApisProps {
8
readonly stackName: string
9
readonly logRetentionInDays: number
10
- readonly enableMutalTls: boolean
11
functions: {[key: string]: LambdaFunction}
12
}
13
packages/cdk/stacks/EpsAssistMeStack.ts
@@ -154,7 +154,6 @@ export class EpsAssistMeStack extends Stack {
154
const apis = new Apis(this, "Apis", {
155
stackName: props.stackName,
156
logRetentionInDays,
157
- enableMutalTls: false,
158
functions: {
159
slackBot: functions.slackBotLambda
160
0 commit comments