

# Code examples for Amazon RDS using AWS SDKs
<a name="service_code_examples"></a>

The following code examples show how to use Amazon RDS 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.

For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](CHAP_Tutorials.md#sdk-general-information-section). This topic also includes information about getting started and details about previous SDK versions.

**Contents**
+ [Basics](service_code_examples_basics.md)
  + [Hello Amazon RDS](example_rds_Hello_section.md)
  + [Learn the basics](example_rds_Scenario_GetStartedInstances_section.md)
  + [Actions](service_code_examples_actions.md)
    + [`CreateDBInstance`](example_rds_CreateDBInstance_section.md)
    + [`CreateDBParameterGroup`](example_rds_CreateDBParameterGroup_section.md)
    + [`CreateDBSnapshot`](example_rds_CreateDBSnapshot_section.md)
    + [`DeleteDBInstance`](example_rds_DeleteDBInstance_section.md)
    + [`DeleteDBParameterGroup`](example_rds_DeleteDBParameterGroup_section.md)
    + [`DescribeAccountAttributes`](example_rds_DescribeAccountAttributes_section.md)
    + [`DescribeDBEngineVersions`](example_rds_DescribeDBEngineVersions_section.md)
    + [`DescribeDBInstances`](example_rds_DescribeDBInstances_section.md)
    + [`DescribeDBParameterGroups`](example_rds_DescribeDBParameterGroups_section.md)
    + [`DescribeDBParameters`](example_rds_DescribeDBParameters_section.md)
    + [`DescribeDBSnapshots`](example_rds_DescribeDBSnapshots_section.md)
    + [`DescribeOrderableDBInstanceOptions`](example_rds_DescribeOrderableDBInstanceOptions_section.md)
    + [`GenerateRDSAuthToken`](example_rds_GenerateRDSAuthToken_section.md)
    + [`ModifyDBInstance`](example_rds_ModifyDBInstance_section.md)
    + [`ModifyDBParameterGroup`](example_rds_ModifyDBParameterGroup_section.md)
    + [`RebootDBInstance`](example_rds_RebootDBInstance_section.md)
+ [Scenarios](service_code_examples_scenarios.md)
  + [Create an Aurora Serverless work item tracker](example_cross_RDSDataTracker_section.md)
  + [Creating an Amazon RDS DB instance](example_rds_GettingStarted_036_section.md)
+ [Serverless examples](service_code_examples_serverless_examples.md)
  + [Connecting to an Amazon RDS database in a Lambda function](example_serverless_connect_RDS_Lambda_section.md)