Nuxt 3 Deployment: AWS Amplify
This brief blogpost is a quick guide on how deploy your Nuxt 3 application to AWS in simple steps
- Login to the AWS Amplify Hosting Console
- Click on "Get Started" > Amplify Hosting (Host your web app)
- Select and authorize access to your Git repository provider and select the main branch
- Choose a name for your app, make sure build settings are auto-detected and optionally set requirement environment variables under the advanced section
- Optionally, select Enable SSR logging to enable server-side logging to your Amazon CloudWatch account
- Confirm configuration and click on "Save and Deploy"
And that's it! Your Nuxt project should be up in minimal time