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 51fa07b commit 9978952Copy full SHA for 9978952
packages/aws-cdk-lib/aws-lambda/lib/function-hash.ts
@@ -77,6 +77,7 @@ export const VERSION_LOCKED: { [key: string]: boolean } = {
77
CodeSigningConfigArn: false,
78
ReservedConcurrentExecutions: false,
79
Tags: false,
80
+ TenancyConfig: false
81
};
82
83
function filterUsefulKeys(properties: any, fn: LambdaFunction) {
0 commit comments