

There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub repo.

# Code examples for Aurora using AWS SDKs
<a name="aurora_code_examples"></a>

The following code examples show you how to use Amazon Aurora with an AWS software development kit (SDK).

*Basics* are code examples that show you how to perform the essential operations within a service.

*Actions* are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.

*Scenarios* are code examples that show you how to accomplish specific tasks by calling multiple functions within a service or combined with other AWS services.

**More resources**
+  **[ Aurora User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html)** – More information about Aurora.
+ **[Aurora API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/Welcome.html)** – Details about all available Aurora actions.
+ **[AWS Developer Center](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23aurora)** – Code examples that you can filter by category or full-text search.
+ **[AWS SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples)** – GitHub repo with complete code in preferred languages. Includes instructions for setting up and running the code.

**Contents**
+ [Basics](aurora_code_examples_basics.md)
  + [Hello Aurora](aurora_example_aurora_Hello_section.md)
  + [Learn the basics](aurora_example_aurora_Scenario_GetStartedClusters_section.md)
  + [Actions](aurora_code_examples_actions.md)
    + [`CreateDBCluster`](aurora_example_aurora_CreateDBCluster_section.md)
    + [`CreateDBClusterParameterGroup`](aurora_example_aurora_CreateDBClusterParameterGroup_section.md)
    + [`CreateDBClusterSnapshot`](aurora_example_aurora_CreateDBClusterSnapshot_section.md)
    + [`CreateDBInstance`](aurora_example_aurora_CreateDBInstance_section.md)
    + [`DeleteDBCluster`](aurora_example_aurora_DeleteDBCluster_section.md)
    + [`DeleteDBClusterParameterGroup`](aurora_example_aurora_DeleteDBClusterParameterGroup_section.md)
    + [`DeleteDBInstance`](aurora_example_aurora_DeleteDBInstance_section.md)
    + [`DescribeDBClusterParameterGroups`](aurora_example_aurora_DescribeDBClusterParameterGroups_section.md)
    + [`DescribeDBClusterParameters`](aurora_example_aurora_DescribeDBClusterParameters_section.md)
    + [`DescribeDBClusterSnapshots`](aurora_example_aurora_DescribeDBClusterSnapshots_section.md)
    + [`DescribeDBClusters`](aurora_example_aurora_DescribeDBClusters_section.md)
    + [`DescribeDBEngineVersions`](aurora_example_aurora_DescribeDBEngineVersions_section.md)
    + [`DescribeDBInstances`](aurora_example_aurora_DescribeDBInstances_section.md)
    + [`DescribeOrderableDBInstanceOptions`](aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.md)
    + [`ModifyDBClusterParameterGroup`](aurora_example_aurora_ModifyDBClusterParameterGroup_section.md)
+ [Scenarios](aurora_code_examples_scenarios.md)
  + [Create a lending library REST API](aurora_example_cross_AuroraRestLendingLibrary_section.md)
  + [Create an Aurora Serverless work item tracker](aurora_example_cross_RDSDataTracker_section.md)