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: bundle latest SDK in branch linker lambda #562

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Conversation

sobolk
Copy link
Member

@sobolk sobolk commented Nov 2, 2023

Issue #, if available:

Description of changes:

Fixes: #554 .

As it turns out the root cause of the problem was NodeJsLambda not bundling local SDK and using old version at runtime.

This PR applies recommended workaround from here aws/aws-cdk#26681 (comment) .

Issue to undo workaround is tracked here #561

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sobolk sobolk added the run-e2e Label that will include e2e tests in PR checks workflow label Nov 2, 2023
Copy link

changeset-bot bot commented Nov 2, 2023

🦋 Changeset detected

Latest commit: 8349738

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@aws-amplify/backend Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sobolk sobolk merged commit cb86131 into main Nov 2, 2023
22 checks passed
@sobolk sobolk deleted the fix-linker-lambda branch November 2, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-e2e Label that will include e2e tests in PR checks workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use latest SDK in Linker Lambda.
3 participants