AWS redshift documentation change
Summary
Added deprecation notice for Python UDFs creation after November 2025
Security assessment
Deprecation notice in query cancellation guide lacks security context.
Diff
diff --git a/redshift/latest/gsg/cancel_query.md b/redshift/latest/gsg/cancel_query.md index 45461e67b..b336a0ce0 100644 --- a//redshift/latest/gsg/cancel_query.md +++ b//redshift/latest/gsg/cancel_query.md @@ -6,0 +7,2 @@ Cancel a query using the superuser queue +Amazon Redshift will no longer support the creation of new Python UDFs starting November 1, 2025. If you would like to use Python UDFs, create the UDFs prior to that date. Existing Python UDFs will continue to function as normal. For more information, see the [ blog post ](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/). +