Amazon RDS for SQL Server 2025 introduces sp_invoke_external_rest_endpoint, allowing direct invocation of AWS services and HTTPS endpoints from within T-SQL scripts. This capability eliminates the need for intermediate application layers to trigger external actions during database transactions. The feature simplifies integrations by enabling server-side logic to interact seamlessly with the AWS ecosystem.
- Use sp_invoke_external_rest_endpoint to call AWS or HTTPS endpoints directly from T-SQL.
- Bypass application-layer intermediaries for real-time AWS service triggers.
- Enable server-side logic to interact with the AWS ecosystem during transactions.
- Simplify integration architecture by reducing code complexity and latency.