Build a Serverless Web Application using Generative AI

TUTORIAL

Introduction

Follow step-by-step instructions to create a simple serverless web application using AWS Amplify and Amazon Bedrock

Overview

In this tutorial, you will learn how to use AWS Amplify to build a serverless web application powered by Generative AI using Amazon Bedrock and the Claude 3 Sonnet foundation model. Users can enter a list of ingredients, and the application will generate delicious recipes based on the input ingredients. The application includes an HTML-based user interface for ingredient submission and a backend web app to request AI-generated recipes.

What you will accomplish

In this tutorial, you will:

  • Configure AWS Amplify to host your frontend application with continuous deployment built in
  • Configure Amplify Auth and enable Amazon Bedrock foundation model Access
  • Build an app backend for handling requests for your web application
  • Use Amplify Data to call the serverless backend
  • Connect the app to the backend

Prerequisites

Before starting this tutorial, you will need:

 AWS experience

Beginner

 Time to complete

35 minutes

 Cost to complete

 Free Tier eligible

 Requires

*Accounts created within the past 24 hours might not yet have access to the services required for this tutorial.

 Last updated

July 19, 2024

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.

Modules

This tutorial is divided into the following short modules. You must complete each module before moving to the next one.

  1. Host a Static Website (5 minutes): Configure AWS Amplify to host your frontend application with continuous deployment built in
  2. Manage Users (5 minutes): Configure Amplify Auth and enable Amazon Bedrock foundation model Access.
  3. Build a Serverless Backend (10 minutes): Build an app backend for handling requests for your web application
  4. Call the API from the Static Website (5 minutes): Use Amplify Data to call the serverless backend
  5. Build the frontend (5 minutes): Connect the app to the backend
  6. Clean up Resources (2 minutes): Clean up the resources used in this tutorial

Host a Static Website