AppTheory CDK Guides
docs/cdk/ is the canonical optional docs surface for AppTheory CDK constructs. Use these guides for deployable
patterns and treat cdk/.jsii, cdk/lib/index.ts, and cdk/lib/*.d.ts as the construct source of truth.
Start here
- Getting Started
- API Reference
- FaceTheory-First SSR Site
- AppSync Lambda Resolvers
- REST API Router + Streaming
- MCP Server for Bedrock AgentCore
- Claude Remote MCP + Streaming
- MCP Protected Resource Metadata
- Import Pipeline Constructs
- S3 Vector Index
- Kinesis + CloudWatch Logs
- Lambda MicroVM CDK Constructs
Scope
These pages cover the canonical user-facing CDK patterns for:
- AppSync Lambda resolver wiring with standard
aws-cdk-lib/aws-appsyncconstructs - CloudFront + S3 + Lambda URL SSR/SSG/ISR deployment for FaceTheory-style apps
- HTTP and REST API routing
- response streaming and SSE
- MCP and OAuth discovery endpoints
- import-pipeline infrastructure primitives
- S3 Vectors semantic recall infrastructure
- EventBridge bus and rule-target transport primitives
- Kinesis stream, stream mapping, and CloudWatch Logs destination transport primitives
- Lambda MicroVM network connector, image, protected controller, and durable session-registry wiring
Package-local authoring docs may still exist outside docs/cdk/, but canonical external guidance lives here.