Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ jobs:
exit 1
fi

# Serverless Lambda uses different runtime, check separately
- name: Check serverless-lambda
run: |
echo "📦 Checking: serverless-lambda (AWS Lambda runtime)"
cd serverless-lambda && cargo check --quiet
echo "✅ serverless-lambda: OK"

fmt:
name: Format Check
runs-on: ubuntu-latest
Expand Down Expand Up @@ -126,7 +119,6 @@ jobs:
"middleware-chain"
"phase11-demo"
"rate-limit-demo"
"serverless-lambda"
"templates"
"toon-api"
"websocket"
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ This repository contains **18 production-ready examples** organized by category:
| [microservices](microservices/) | ⭐⭐⭐⭐ | API Gateway pattern | Service-to-service communication, routing |
| [microservices-advanced](microservices-advanced/) | ⭐⭐⭐⭐ | Service discovery | Registry, heartbeat, Docker Compose |
| [phase11-demo](phase11-demo/) | ⭐⭐⭐⭐ | Advanced middleware | Guards, circuit breaker, timeout, logging |
| [serverless-lambda](serverless-lambda/) | ⭐⭐⭐ | AWS Lambda deployment | SAM template, cold start optimization |

> ⚠️ **Note**: `serverless-lambda` uses AWS Lambda HTTP runtime instead of RustAPI for serverless deployment patterns.

---

Expand Down
Loading