Nuxt supports deploying on SST with minimal configuration.
npx sst@latest init
nuxt.config.ts file.
nitro: {
preset: 'aws-lambda'
}
npx sst deploy --stage production
You can read the full Nuxt on SST tutorial here.
You can also deploy Nuxt to a container using SST. Head over to the SST docs to learn more.