
Tutorial 5: Deploying Application with AWS Amplify
Deploying the Rice Disease Detection App with AWS Amplify This guide explains how to deploy our Next.js application using AWS Amplify. AWS Amplify provides a git-based workflow for hosting full-stack serverless web applications with continuous deployment. Prerequisites Before starting the deployment process, ensure you have: A GitHub repository with your application code pushed to it AWS account with administrative access Step 1: Connect Your Repository Navigate to AWS Amplify Console Click “Create new app” Choose GitHub as your repository source Authenticate with GitHub and select your repository and branch For service role, you can select to use an existing role or create a new one. I created a new one. Click “Deploy” This will automatically fail because we need to configure the build settings. ...