Pinned Repositories
agentic-workshop
Learn how to build Agentic Workflows on AWS
amazon-bedrock-agents-quickstart
Learn how to quickly build Agents with Amazon Bedrock
amazon-bedrock-quick-start
Learn how to Quickly build Generative AI applications with Amazon Bedrock
bedrock-agent-txt2sql
Use natural language to Generate Amazon Athena SQL queries to fetch data.
bedrock-agents-streamlit
Creating Amazon Bedrock agents with Streamlit Framework
building-apache-kafka-connectors
Sample code that shows the important aspects of developing custom connectors for Kafka Connect. It provides the resources for building, deploying, and running the code on-premises using Docker, as well as running the code in the cloud.
building-gen-ai-whatsapp-assistant-with-amazon-bedrock-and-python
Build a genAI Whatsapp app that processes images, voice notes, videos, and documents with Amazon Bedrock, and also stores the conversation history.
cloud-clubs-learner-library
A library for learners! Whether or not you're a part of AWS Cloud Clubs, take a look in this library for free, open, leveled content for students 18+ worldwide
gen-ai-workshop
Learn how to build generative AI applications on AWS using PartyRock, Amazon Bedrock, and Amazon Q
llm-rag-vectordb-python
Explore sample applications and tutorials demonstrating the prowess of Amazon Bedrock with Python. Learn to integrate Bedrock with databases, use RAG techniques, and showcase experiments with langchain and streamlit.
build-on-aws's Repositories
build-on-aws/cloud-clubs-learner-library
A library for learners! Whether or not you're a part of AWS Cloud Clubs, take a look in this library for free, open, leveled content for students 18+ worldwide
build-on-aws/amazon-bedrock-agents-quickstart
Learn how to quickly build Agents with Amazon Bedrock
build-on-aws/amazon-bedrock-quick-start
Learn how to Quickly build Generative AI applications with Amazon Bedrock
build-on-aws/content
Content repository for Community.aws
build-on-aws/python-fm-playground
Explore how you can use Amazon Bedrock with Python in a dynamic environment! It includes a FastAPI app and a Next.js frontend, perfect for learning and experimentation with generative AI on AWS.
build-on-aws/rag-golang-postgresql-langchain
Implement RAG (using LangChain and PostgreSQL) for Go applications to improve the accuracy and relevance of LLM outputs
build-on-aws/amazon-bedrock-custom-langchain-agent
Learn to build custom prompts and tools for LangChain agents
build-on-aws/amazon-bedrock-go-sdk-examples
AWS Go SDK examples for Amazon Bedrock
build-on-aws/golang-gin-app-on-aws-lambda
Take a URL shortener application written using Gin, and run it as a serverless Lambda function.
build-on-aws/get-the-news-rss-atom-feed-summary
Get a summary of the most recent news from an RSS or Atom feed using Amazon Bedrock.
build-on-aws/building-gen-ai-apps-with-found-models-workshop
Code for the Generative AI workshop
build-on-aws/elevating-customer-support-with-rag-langchain-agent-bedrock-dynamodb-and-kendra
build-on-aws/java-fm-playground
Explore how you can use Amazon Bedrock with Java in a dynamic environment! It includes a Spring Boot app and a Next.js frontend, perfect for learning and experimentation with generative AI on AWS.
build-on-aws/amazon-bedrock-with-builder-and-command-patterns
A simple, yet powerful implementation in Java that allows developers to write a rather straightforward code to create the API requests for the different foundation models supported by Amazon Bedrock.
build-on-aws/fullstack-llm-langchain-chatbot-on-aws
Build a Full stack Q&A Chatbot with Langchain, and LLM Models on Amazon Sagemaker
build-on-aws/stateful-workloads-in-iac
When applying DevOps best practices and implementing infrastructure as code (IaC) for your projects, you have to make a decision: should you combine or separate components that store information (like databases) and other components that don’t? The duality of the question suggests that there is only one right answer. But is it, really?
build-on-aws/my-event-planner-sample-app
This repo contains sample app code for an event planning app for students on campus.
build-on-aws/amazon-bedrock-apprunner-chatterdox-webapp
Use Amazon Bedrock and LangChain to build an application to chat with web pages - deploy the Go web app with AWS CDK and start asking questions!
build-on-aws/golang-apis-on-aws-lambda
build-on-aws/pdf-powered-chatbot-using-llama2-opensearch
build-on-aws/langchaingo-amazon-bedrock-llm
Amazon Bedrock extension for langchaingo
build-on-aws/run-kubernetes-clusters-for-less-with-amazon-ec2-spot-and-karpenter
This repo is part of the Run Kubernetes Clusters for Less with Amazon EC2 Spot and Karpenter tutorial. It includes the Terraform template to create the cluster, and all the final versions of the Kubernetes manifests used during the tutorial.
build-on-aws/aws-redis-iam-auth-golang
Using IAM authentication for Redis on AWS
build-on-aws/getting-started-with-opensearch-models
build-on-aws/amazon-bedrock-lambda-image-generation-golang
Serverless image generation with Amazon Bedrock and AWS Lambda
build-on-aws/deploying-trurl-2-on-amazon-sagemaker
Deploying TRURL 2 on Amazon SageMaker. TRURL 2 is a Large Language Model (LLM), which is a fine-tuned version of LLaMA 2 with support for Polish language developed by VoiceLab and published at the company profile on Hugging Face (https://huggingface.co/Voicelab).
build-on-aws/point-to-point-messaging-with-amazon-sqs
Companion repository for the tutorial Point-to-Point Messaging with AWS Lambda
build-on-aws/building-go-applications-for-aws-graviton
Sample code showing how to build a Go application for AWS Graviton with ARM64 architecture
build-on-aws/request-response-with-amazon-api-gateway
Companion repository for the tutorial Request-Response with Amazon API Gateway and AWS Lambda
build-on-aws/support-cases-sample
This is a simple Support Cases sample app for Serverless demos. The app is written in Python and will be used in GenAI demos.