Skip to content

Commit

Permalink
chore: remove Policy property from lambda function hash
Browse files Browse the repository at this point in the history
This property was removed from CFN and is therefore not currently in use.
  • Loading branch information
mrgrain authored Dec 11, 2023
1 parent 2075559 commit ce47221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-lambda/lib/function-hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const VERSION_LOCKED: { [key: string]: boolean } = {

// not locked to the version
CodeSigningConfigArn: false,
Policy: true,
ReservedConcurrentExecutions: false,
Tags: false,
};
Expand Down

0 comments on commit ce47221

Please sign in to comment.