Nuxt 3 Deployment: AWS Amplify

This brief blogpost is a quick guide on how deploy your Nuxt 3 application to AWS in simple steps

  1. Login to the AWS Amplify Hosting Console
  2. Click on "Get Started" > Amplify Hosting (Host your web app)
  3. Select and authorize access to your Git repository provider and select the main branch
  4. Choose a name for your app, make sure build settings are auto-detected and optionally set requirement environment variables under the advanced section
  5. Optionally, select Enable SSR logging to enable server-side logging to your Amazon CloudWatch account
  6. Confirm configuration and click on "Save and Deploy"

And that's it! Your Nuxt project should be up in minimal time