[PR #471] [CLOSED] Add Serverless RAG API on AWS Lambda tutorial #1373

Closed
opened 2026-04-17 05:23:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/471
Author: @HatmanStack
Created: 2/6/2026
Status: Closed

Base: mainHead: add-serverless-rag-aws-lambda


📝 Commits (1)

  • 1a2fde2 Add Serverless RAG API on AWS Lambda tutorial

📊 Changes

4 files changed (+297 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
rag_tutorials/serverless_rag_aws_lambda/README.md (+61 -0)
rag_tutorials/serverless_rag_aws_lambda/rag_app.py (+233 -0)
rag_tutorials/serverless_rag_aws_lambda/requirements.txt (+2 -0)

📄 Description

Streamlit app demonstrating RAGStack-Lambda — a scale-to-zero RAG pipeline on AWS with chat, search, and document management via GraphQL API. $7-10/month for 1k docs, $0 when idle.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/471 **Author:** [@HatmanStack](https://github.com/HatmanStack) **Created:** 2/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-serverless-rag-aws-lambda` --- ### 📝 Commits (1) - [`1a2fde2`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/1a2fde205a2b9f0bdc7e758eaeb106ef2f87a4aa) Add Serverless RAG API on AWS Lambda tutorial ### 📊 Changes **4 files changed** (+297 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `rag_tutorials/serverless_rag_aws_lambda/README.md` (+61 -0) ➕ `rag_tutorials/serverless_rag_aws_lambda/rag_app.py` (+233 -0) ➕ `rag_tutorials/serverless_rag_aws_lambda/requirements.txt` (+2 -0) </details> ### 📄 Description Streamlit app demonstrating RAGStack-Lambda — a scale-to-zero RAG pipeline on AWS with chat, search, and document management via GraphQL API. $7-10/month for 1k docs, $0 when idle. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 05:23:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#1373