Amazon RDS for SQL Server 2025 enables direct invocation of Amazon Bedrock foundation models from T-SQL using sp_invoke_external_rest_endpoint. This architecture eliminates middleware layers, thereby reducing latency and embedding AI capabilities directly into database workflows. The method allows for agentic AI patterns without requiring external application code to handle model interactions.
- Use sp_invoke_external_rest_endpoint to call Bedrock models directly from T-SQL.
- Eliminates middleware layers, reducing architectural complexity and latency.
- Enables agentic AI patterns within standard database workflows.
- Requires SQL Server 2025 on Amazon RDS to access this native integration.