

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

# Basic examples for AWS Entity Resolution using AWS SDKs
<a name="entityresolution_code_examples_basics"></a>

The following code examples show how to use the basics of AWS Entity Resolution with AWS SDKs. 

**Contents**
+ [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)