

 从补丁 198 开始，Amazon Redshift 将不再支持创建新的 Python UDF。现有的 Python UDF 将继续正常运行至 2026 年 6 月 30 日。有关更多信息，请参阅[博客文章](https://www.amazonaws.cn/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)。

# 使用 Amazon SDK 的 Amazon Redshift 的基本功能示例
<a name="service_code_examples_basics"></a>

以下代码示例展示了如何将 Amazon Redshift 的基本功能与 Amazon SDK 结合使用。

**Contents**
+ [开始使用 Amazon Redshift](example_redshift_Hello_section.md)
+ [了解基本功能](example_redshift_Scenario_section.md)
+ [操作](service_code_examples_actions.md)
  + [`CreateCluster`](example_redshift_CreateCluster_section.md)
  + [`DeleteCluster`](example_redshift_DeleteCluster_section.md)
  + [`DescribeClusters`](example_redshift_DescribeClusters_section.md)
  + [`DescribeStatement`](example_redshift_DescribeStatement_section.md)
  + [`ExecuteStatement`](example_redshift_ExecuteStatement_section.md)
  + [`GetStatementResult`](example_redshift_GetStatementResult_section.md)
  + [`ListDatabases`](example_redshift_ListDatabases_section.md)
  + [`ModifyCluster`](example_redshift_ModifyCluster_section.md)