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.
- Host: GitHub
- URL: https://github.com/praneethsonu/a-serverless-web-application-using-generative-ai
- Owner: praneethsonu
- License: mit
- Created: 2024-11-12T16:36:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T16:55:13.000Z (over 1 year ago)
- Last Synced: 2025-03-27T00:19:12.258Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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