SQL Server 2025 on RDS calls Bedrock via T-SQL
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.