Skip to content

Commit 8b5875c

Browse files
committed
remove unused prop
1 parent 416f487 commit 8b5875c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/cdk/resources/Apis.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {HttpMethod} from "aws-cdk-lib/aws-lambda"
77
export interface ApisProps {
88
readonly stackName: string
99
readonly logRetentionInDays: number
10-
readonly enableMutalTls: boolean
1110
functions: {[key: string]: LambdaFunction}
1211
}
1312

packages/cdk/stacks/EpsAssistMeStack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export class EpsAssistMeStack extends Stack {
154154
const apis = new Apis(this, "Apis", {
155155
stackName: props.stackName,
156156
logRetentionInDays,
157-
enableMutalTls: false,
158157
functions: {
159158
slackBot: functions.slackBotLambda
160159
}

0 commit comments

Comments
 (0)