Skip to content

Commit 9978952

Browse files
committed
chore(lambda): add TenancyConfig version lock behavior
1 parent 51fa07b commit 9978952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk-lib/aws-lambda/lib/function-hash.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const VERSION_LOCKED: { [key: string]: boolean } = {
7777
CodeSigningConfigArn: false,
7878
ReservedConcurrentExecutions: false,
7979
Tags: false,
80+
TenancyConfig: false
8081
};
8182

8283
function filterUsefulKeys(properties: any, fn: LambdaFunction) {

0 commit comments

Comments
 (0)