DynamoDB Vector Search Goes GA: What AWS Devs Must Know AWS launched native vector search for Amazon DynamoDB on August 5, 2026, with general availability, enabling developers to store vector embeddings and run approximate nearest neighbor queries directly in DynamoDB. The feature, built around the new SearchVectors API, scales to trillions of vectors with single-digit millisecond latency at 99%+ recall, but requires on-demand capacity mode and supports only equality filters. Distance function selection is permanent, and Boto3 1.43.64 or later is required. AWS launched native vector search for Amazon DynamoDB on August 5, 2026 — straight to general availability, no public preview. The feature, built around a new SearchVectors API, lets developers store vector embeddings directly in DynamoDB and run approximate nearest neighbor queries against them. For AWS teams building RAG pipelines, semantic search, or AI agent memory, this ends the most common architectural headache in the space: maintaining a separate vector database alongside DynamoDB and keeping them in sync. One Table, No Sync Pipeline The core value here is not the query API — it is what disappears when you use it. Today, most AWS teams running DynamoDB for operational data have a painful second act: replicate that data to Pinecone, OpenSearch, or a pgvector instance; write and maintain sync pipelines; pay for two services; debug the subtle failures when something drifts out of sync. DynamoDB vector search eliminates that entire layer. Vectors are stored as standard List