Skip to content

ctournas/generative_llm_apps_bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AWS Bedrock with Lambda, API Gateway, and Postman

Overview

This project demonstrates how to integrate AWS Bedrock with AWS Lambda, API Gateway, and Postman for AI-based inference tasks. It provides multiple functionalities including:

  • Text-to-Image Generation using Stability AI models.
  • Meeting Summary Generation using Anthropic Claude models.
  • Code Generation for different programming languages.

The generated outputs (images, summaries, or code snippets) are stored in an S3 bucket.

Architecture

The solution is built using:

  • AWS Bedrock: AI model inference (Stability AI & Anthropic Claude).
  • AWS Lambda: Serverless compute function handling API requests.
  • Amazon S3: Storage for generated outputs.
  • API Gateway: RESTful interface to invoke the Lambda function.
  • Postman: Testing API endpoints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages