Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#30008 (#487)
Browse files Browse the repository at this point in the history
Fixes #
  • Loading branch information
colifran committed Apr 29, 2024
1 parent f2a03bc commit 6a8bc90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 6a8bc90

Please sign in to comment.