Docket Docs

AWS Provider

Deploy Docket on AWS with enterprise-grade infrastructure.

AWS Provider

AWS offers the most mature ecosystem for production deployments. Use Bedrock for LLM/embeddings, DynamoDB for storage, S3 for blobs, and SQS for queues.

What You Get

AdapterImplementationAWS Service
LLMAWS BedrockClaude, Llama, Mistral
EmbedderAWS BedrockTitan Embeddings
StoreAWS DynamoDBNoSQL key-value store
BlobAWS S3Object storage
QueueAWS SQSDistributed message queue

Architecture

User → AWS Region → Bedrock (LLM/Embedder)
              → DynamoDB (Store)
              → S3 (Blob)
              → SQS (Background jobs)

Free Tier Limits

ServiceLimit
BedrockPay-per-use, no free tier
DynamoDB25 GB storage, 25 WCU, 25 RCU
S35 GB storage, 20,000 GET, 2,000 PUT
SQS1M requests/month

Serverless deployment

Deploy Docket as an AWS Lambda function using the handler at src/platform/serverless/aws-lambda/handler.js. It supports API Gateway v2 (HTTP API) and reuses the Fastify instance across invocations for low latency. See Hosting for packaging instructions.

Next Steps

On this page