

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 Amazon RDS using AWS SDKs
<a name="rds_code_examples"></a>

The following code examples show you how to use Amazon Relational Database Service 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**
+  **[ Amazon RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html)** – More information about Amazon RDS.
+ **[Amazon RDS API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/Welcome.html)** – Details about all available Amazon RDS actions.
+ **[AWS Developer Center](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23rds)** – 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](rds_code_examples_basics.md)
  + [Hello Amazon RDS](rds_example_rds_Hello_section.md)
  + [Learn the basics](rds_example_rds_Scenario_GetStartedInstances_section.md)
  + [Actions](rds_code_examples_actions.md)
    + [`CreateDBInstance`](rds_example_rds_CreateDBInstance_section.md)
    + [`CreateDBParameterGroup`](rds_example_rds_CreateDBParameterGroup_section.md)
    + [`CreateDBSnapshot`](rds_example_rds_CreateDBSnapshot_section.md)
    + [`DeleteDBInstance`](rds_example_rds_DeleteDBInstance_section.md)
    + [`DeleteDBParameterGroup`](rds_example_rds_DeleteDBParameterGroup_section.md)
    + [`DescribeAccountAttributes`](rds_example_rds_DescribeAccountAttributes_section.md)
    + [`DescribeDBEngineVersions`](rds_example_rds_DescribeDBEngineVersions_section.md)
    + [`DescribeDBInstances`](rds_example_rds_DescribeDBInstances_section.md)
    + [`DescribeDBParameterGroups`](rds_example_rds_DescribeDBParameterGroups_section.md)
    + [`DescribeDBParameters`](rds_example_rds_DescribeDBParameters_section.md)
    + [`DescribeDBSnapshots`](rds_example_rds_DescribeDBSnapshots_section.md)
    + [`DescribeOrderableDBInstanceOptions`](rds_example_rds_DescribeOrderableDBInstanceOptions_section.md)
    + [`GenerateRDSAuthToken`](rds_example_rds_GenerateRDSAuthToken_section.md)
    + [`ModifyDBInstance`](rds_example_rds_ModifyDBInstance_section.md)
    + [`ModifyDBParameterGroup`](rds_example_rds_ModifyDBParameterGroup_section.md)
    + [`RebootDBInstance`](rds_example_rds_RebootDBInstance_section.md)
+ [Scenarios](rds_code_examples_scenarios.md)
  + [Create an Aurora Serverless work item tracker](rds_example_cross_RDSDataTracker_section.md)
  + [Creating an Amazon RDS DB instance](rds_example_rds_GettingStarted_036_section.md)
+ [Serverless examples](rds_code_examples_serverless_examples.md)
  + [Connecting to an Amazon RDS database in a Lambda function](rds_example_serverless_connect_RDS_Lambda_section.md)