SQL Server 2025 on Amazon RDS can now invoke Amazon Bedrock foundation models directly from T-SQL using the sp_invoke_external_rest_endpoint procedure. This architecture eliminates the need for middleware, thereby reducing latency and embedding AI capabilities natively within database workflows.
- Direct T-SQL integration via sp_invoke_external_rest_endpoint removes middleware layers
- Reduced latency by calling Bedrock foundation models straight from the database
- Enables agentic AI patterns without moving data out of SQL Server
- Simplifies architecture by keeping AI logic within database workflows