An open API service indexing awesome lists of open source software.

https://github.com/praneethsonu/a-serverless-web-application-using-generative-ai

build a serverless web application powered by Generative AI using Amazon Bedrock and the Claude 3 Sonnet foundation model.
https://github.com/praneethsonu/a-serverless-web-application-using-generative-ai

Last synced: 3 months ago
JSON representation

build a serverless web application powered by Generative AI using Amazon Bedrock and the Claude 3 Sonnet foundation model.

Awesome Lists containing this project

README

          

# Harnessing Generative AI for a Serverless Web Application

## Description
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.

## Application Architecture
The following diagram provides a visual representation of the services used in this application using AWS Amplify, a GraphQL API built with AWS AppSync, AWS Lambda, and Amazon Bedrock.
Application Architecture

## Features
- 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

## License
This project is licensed under the MIT License.