From 6a8bc903cdec5f86b932bf08c67fbb1d67f8eecd Mon Sep 17 00:00:00 2001 From: Colin Francis <131073567+colifran@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:59:55 -0700 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/30008 (#487) Fixes # --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index e083bad..12b630e 100644 --- a/data/notices.json +++ b/data/notices.json @@ -495,6 +495,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(lambda): Importing a `Function` with `fromFunctionArn` strips version or alias from ARN", + "issueNumber": 30008, + "overview": "Logic was added to the static `fromFunctionArn` method that removes any trailing version or alias from the specified function ARN. As a result, the `functionArn` property for `Functions` imported with `fromFunctionArn` will no longer include their version or alias.", + "components": [ + { + "name": "aws-cdk-lib.aws-lambda.Function", + "version": "2.138.0 - 2.139.0" + } + ], + "schemaVersion": "1" } ] }