Build a Serverless Web Application using Generative AI
Create a simple serverless web application using AWS Amplify and Amazon Bedrock
Introduction
Implementation
Application Architecture
The following diagram provides a visual representation of the services used in this tutorial and how they are connected. This application uses AWS Amplify, a GraphQL API built with AWS AppSync, AWS Lambda, and Amazon Bedrock.
As you go through the tutorial, you will learn about the services in detail and find resources that will help you get up to speed with them.

Tasks
This tutorial is divided into the following tasks. You must complete each task before moving to the next one.
Host a Static Website (5 minutes): Configure AWS Amplify to host your frontend application with continuous deployment built in
Manage Users (5 minutes): Configure Amplify Auth and enable Amazon Bedrock foundation model Access
Build a Serverless Backend (10 minutes): Build an app backend for handling requests for your web application
Call the API from the Static Website (5 minutes): Use Amplify Data to call the serverless backend
Build the frontend (5 minutes): Connect the app to the backend
Clean up Resources (2 minutes): Clean up the resources used in this tutorial
Host a Static Website
Start Task OneDid you find what you were looking for today?
Let us know so we can improve the quality of the content on our pages