

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 AWS Entity Resolution using AWS SDKs
<a name="entityresolution_code_examples"></a>

The following code examples show you how to use AWS Entity Resolution 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.

**More resources**
+  **[AWS Entity Resolution User Guide](https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html)** – More information about AWS Entity Resolution.
+ **[AWS Entity Resolution API Reference](https://docs.aws.amazon.com/entityresolution/latest/apireference/Welcome.html)** – Details about all available AWS Entity Resolution 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](entityresolution_code_examples_basics.md)
  + [Hello AWS Entity Resolution](entityresolution_example_entityresolution_Hello_section.md)
  + [Learn the basics](entityresolution_example_entityresolution_Scenario_section.md)
  + [Actions](entityresolution_code_examples_actions.md)
    + [`CreateMatchingWorkflow`](entityresolution_example_entityresolution_CreateMatchingWorkflow_section.md)
    + [`CreateSchemaMapping`](entityresolution_example_entityresolution_CreateSchemaMapping_section.md)
    + [`DeleteMatchingWorkflow`](entityresolution_example_entityresolution_DeleteMatchingWorkflow_section.md)
    + [`DeleteSchemaMapping`](entityresolution_example_entityresolution_DeleteSchemaMapping_section.md)
    + [`GetMatchingJob`](entityresolution_example_entityresolution_GetMatchingJob_section.md)
    + [`GetSchemaMapping`](entityresolution_example_entityresolution_GetSchemaMapping_section.md)
    + [`ListSchemaMappings`](entityresolution_example_entityresolution_ListSchemaMappings_section.md)
    + [`StartMatchingJob`](entityresolution_example_entityresolution_StartMatchingJob_section.md)
    + [`TagResource`](entityresolution_example_entityresolution_TagResource_section.md)