-
Notifications
You must be signed in to change notification settings - Fork 822
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
feat: lambda support for yarn2/3 and pnpm package managers #12750
Merged
pavellazar
merged 68 commits into
aws-amplify:dev
from
pavellazar:lambda-package-manager
Jun 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
cbaa0a5
feat: add support for pnpm and yarn2 for lambda function
git-alazara eeee557
feat: add support for pnpm and yarn2 for lambda function
git-alazara 46647df
feat: add support for pnpm and yarn2 for lambda function
git-alazara 8744d5c
feat: add support for pnpm and yarn2 for lambda function
git-alazara 7db5f8e
test: fix unit tests
git-alazara cdfd77b
chore: fix tests
pavellazar 450dd39
chore: merged dev
pavellazar a7e2a0c
chore: merged dev
pavellazar 01c8725
chore: merged dev
pavellazar 5a5519a
chore: fix tests
pavellazar a61c835
chore: fix tests
pavellazar a5bc020
chore: merged dev
git-alazara 3ef0414
chore: test fix
git-alazara 49e5af3
chore: fix versions
git-alazara aebf364
feat: version bump
git-alazara 798e03b
chore: test fix
git-alazara 3620213
chore: test fix
git-alazara d319260
chore: test fix
git-alazara 1467977
chore: test fix
git-alazara bb23ade
chore: fix tests
pavellazar 49bf64b
chore: fix lambda migration tests
git-alazara af3bd74
chore: fix lambda migration tests
git-alazara c2bfc83
chore: fix lambda migration tests
git-alazara e4b60f3
chore: fix lambda migration tests
git-alazara 7ff3d8a
chore: fix lambda migration tests
git-alazara 7211f63
chore: fix lambda migration tests
git-alazara 113d1c0
chore: fix lambda migration tests
git-alazara d10b2d8
chore: fix lambda migration tests
git-alazara c8931f9
chore: fix lambda migration tests
git-alazara b6ad529
chore: fix lambda migration tests
git-alazara caae45d
chore: fix lambda migration tests
git-alazara 16186a2
chore: fix lambda migration tests
git-alazara e0e2282
chore: fix lambda migration tests
git-alazara 4018c5b
chore: fix lambda migration tests
git-alazara 518bf9c
chore: fix lambda migration tests
git-alazara 052b55b
Merge branch 'dev' into lambda-package-manager
git-alazara d76de19
chore: fix lambda migration tests
git-alazara 38c2d27
chore: fix lambda migration tests
git-alazara 3ce4621
chore: fix lambda migration tests
git-alazara 677220c
chore: fix lambda migration tests
git-alazara 18dcd7c
chore: fix lambda migration tests
git-alazara f487228
Merge branch 'dev' into lambda-package-manager
git-alazara 253d8e5
test: fix test
git-alazara 4b58a4c
chore: addressed PR feedback
git-alazara 67b401b
chore: merged dev
git-alazara d4ace69
chore: extract api fix
git-alazara 04ba8bc
feat: bump version commit
git-alazara 8fb438e
chore: address PR feedback test failures
git-alazara bd3f13b
chore: fix build parameters
git-alazara c188a91
chore: fix build parameters
git-alazara 8f9dd3e
chore: fix build parameters
git-alazara b656a52
chore: fix amplify-cli-internal package manger related tests
git-alazara ada5251
chore: fix amplify-cli-internal package manger related tests
git-alazara f4b5ed2
chore: fix amplify-cli-internal package manger related tests
git-alazara ab37c07
chore: address PR feedback
pavellazar 735f584
Update packages/amplify-cli-core/src/amplify-node-pkg-detector/parser…
pavellazar d2665f5
chore: run prettier on changed files
git-alazara 8e2e33e
chore: update error message
git-alazara 8238cbc
Merge branch 'dev' into lambda-package-manager
git-alazara e271a1e
Update packages/amplify-category-custom/src/utils/build-custom-resour…
pavellazar 22ce95b
chore: add .npmrc for pnpm category custom build
git-alazara b35fc7e
test: update create custom test
git-alazara 2690380
test: update create custom test
git-alazara 2b823c6
chore: pr feedback
git-alazara 92d3732
chore: pr feedback
git-alazara 30e7886
fix: converted package manager interface fields to readonly
git-alazara 411b7a9
chore: PR feedback
git-alazara e516075
chore: PR feedback
git-alazara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pavellazar marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there's probably a way to updates these tests to check the same behavior without overriding this value, but I'm okay if that is out of scope for now