-
-
Notifications
You must be signed in to change notification settings - Fork 728
feat(amplity): usenode:sqlite on AWS Amplify if Node.js > 22
#3598
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
Conversation
|
@antalasztriksbt is attempting to deploy a commit to the Nuxt Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Refactor SQLite connector handling in AWS Amplify preset.
Added options for using native node:sqlite or sqlite3 in AWS Amplify setup.
BoBo-Git
left a comment
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.
Great! Gooood Job!
antalasztrik
left a comment
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.
Looks good @farnabaz!
|
@antalasztrik @BoBo-Git Thank you both for testing it β€οΈ |
farnabaz
left a comment
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.
Thanks
node:sqlite on AWS Amplify if Node.js > 22
π Linked issue
#3589
β Type of change
π Description
Attempt at running an Amplify build without the
sqlite3dependency, but instead using the nativenode:sqlitemodule from Node version 22.5+.π Checklist