Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): invalid Version object created from Version.fromVersionArn #31433

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

GavinZZ
Copy link
Contributor

@GavinZZ GavinZZ commented Sep 12, 2024

Issue # (if applicable)

Closes #29813

Reason for this change

The current lambda.Version.fromVersionArn will incorrectly create the lambda function arn with the version qualifier. This is incorrect behaviour and cause CFN deployment failures.

Description of changes

If the version arn is an unresolved token, use intrinsics to join the first 7 components. Otherwise, split the array and join the first 7 components directly.

Description of how you validated changes

All new and existing tests should pass. New integration tests added with assertions.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Sep 12, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team September 12, 2024 22:58
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Sep 12, 2024
@GavinZZ GavinZZ marked this pull request as ready for review September 13, 2024 03:59
@github-actions github-actions bot added bug This issue is a bug. effort/small Small work item – less than a day of effort p1 and removed p2 labels Sep 13, 2024
@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Sep 13, 2024
@paulhcsun paulhcsun self-assigned this Sep 13, 2024
@paulhcsun paulhcsun changed the title fix(lambda): update imported lambda version arn logic fix(lambda): invalid Version object created from Version.fromVersionArn Sep 13, 2024
@paulhcsun paulhcsun added the pr/do-not-merge This PR should not be merged at this time. label Sep 13, 2024
Copy link
Contributor

@paulhcsun paulhcsun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes here look good to me and should not run into the same issue as the previous fix. Will approve for now but would like to wait for a second opinion before we merge.

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Sep 13, 2024
@moelasmar moelasmar removed the pr/do-not-merge This PR should not be merged at this time. label Sep 14, 2024
Copy link
Contributor

mergify bot commented Sep 14, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: cbd0590
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 1726abd into main Sep 14, 2024
12 checks passed
Copy link
Contributor

mergify bot commented Sep 14, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot deleted the lambda_version_fix branch September 14, 2024 04:59
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue is a bug. contribution/core This is a PR that came from AWS. effort/small Small work item – less than a day of effort p1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_lambda: Version.fromVersionArn creates invalid Version object
4 participants