

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 Neptune using AWS SDKs
<a name="neptune_code_examples"></a>

The following code examples show you how to use Amazon Neptune 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**
+  **[ Neptune User Guide](https://docs.aws.amazon.com/neptune/latest/userguide/intro.html)** – More information about Neptune.
+ **[Neptune API Reference](https://docs.aws.amazon.com/neptune/latest/apiref/Welcome.html)** – Details about all available Neptune actions.
+ **[AWS Developer Center](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23)** – 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](neptune_code_examples_basics.md)
  + [Hello Neptune](neptune_example_neptune_Hello_section.md)
  + [Learn the basics](neptune_example_neptune_Scenario_section.md)
  + [Actions](neptune_code_examples_actions.md)
    + [`CreateDBCluster`](neptune_example_neptune_CreateDBCluster_section.md)
    + [`CreateDBInstance`](neptune_example_neptune_CreateDBInstance_section.md)
    + [`CreateDBSubnetGroup`](neptune_example_neptune_CreateDBSubnetGroup_section.md)
    + [`CreateGraph`](neptune_example_neptune_CreateGraph_section.md)
    + [`DeleteDBCluster`](neptune_example_neptune_DeleteDBCluster_section.md)
    + [`DeleteDBInstance`](neptune_example_neptune_DeleteDBInstance_section.md)
    + [`DeleteDBSubnetGroup`](neptune_example_neptune_DeleteDBSubnetGroup_section.md)
    + [`DescribeDBClusters`](neptune_example_neptune_DescribeDBClusters_section.md)
    + [`DescribeDBInstances`](neptune_example_neptune_DescribeDBInstances_section.md)
    + [`ExecuteGremlinProfileQuery`](neptune_example_neptune_ExecuteGremlinProfileQuery_section.md)
    + [`ExecuteGremlinQuery`](neptune_example_neptune_ExecuteGremlinQuery_section.md)
    + [`ExecuteOpenCypherExplainQuery`](neptune_example_neptune_ExecuteOpenCypherExplainQuery_section.md)
    + [`ExecuteQuery`](neptune_example_neptune_ExecuteQuery_section.md)
    + [`StartDBCluster`](neptune_example_neptune_StartDBCluster_section.md)
    + [`StopDBCluster`](neptune_example_neptune_StopDBCluster_section.md)
+ [Scenarios](neptune_code_examples_scenarios.md)
  + [Getting started with Amazon Neptune](neptune_example_ec2_GettingStarted_064_section.md)
  + [Use the Neptune API to query graph data](neptune_example_cross_Neptune_Query_section.md)