We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0533dc7 commit e825e8bCopy full SHA for e825e8b
1 file changed
packages/@aws-cdk/cx-api/lib/features.ts
@@ -173,6 +173,16 @@ export const EFS_DEFAULT_ENCRYPTION_AT_REST = '@aws-cdk/aws-efs:defaultEncryptio
173
*/
174
export const LAMBDA_RECOGNIZE_VERSION_PROPS = '@aws-cdk/aws-lambda:recognizeVersionProps';
175
176
+/**
177
+ * Enable this feature flag to opt in to the updated logical id calculation for Lambda Version created using the
178
+ * `fn.currentVersion`.
179
+ *
180
+ * This flag correct incorporates Lambda Layer properties into the Lambda Function Version.
181
182
+ * See 'currentVersion' section in the aws-lambda module's README for more details.
183
184
+ * [PERMANENT]
185
+ */
186
export const LAMBDA_RECOGNIZE_LAYER_VERSION = '@aws-cdk/aws-lambda:recognizeLayerVersion';
187
188
/**
0 commit comments