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

Using Node 20 with AWS Amplify #2701

Open
iwbc opened this issue Sep 3, 2024 · 0 comments
Open

Using Node 20 with AWS Amplify #2701

iwbc opened this issue Sep 3, 2024 · 0 comments

Comments

@iwbc
Copy link

iwbc commented Sep 3, 2024

Describe the feature

I have deployed Nuxt to AWS Amplify and the runtime seems to be running on node 18.
In the source code, 18.x is specified as follows, which could not be changed in the config on the Nuxt side.
Is it possible to improve this so that it can be changed on the Nuxt side?

computeResources: nitro.options.static
      ? undefined
      : [
          {
            name: "default",
            entrypoint: "server.js",
            runtime: "nodejs18.x",
          },
        ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant