

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

The following code examples show you how to use AWS Glue 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**
+  **[AWS Glue Developer Guide](https://docs.aws.amazon.com/glue/latest/dg/what-is-glue.html)** – More information about AWS Glue.
+ **[AWS Glue API Reference](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api.html)** – Details about all available AWS Glue actions.
+ **[AWS Developer Center](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23glue)** – 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](glue_code_examples_basics.md)
  + [Hello AWS Glue](glue_example_glue_Hello_section.md)
  + [Learn the basics](glue_example_glue_Scenario_GetStartedCrawlersJobs_section.md)
  + [Actions](glue_code_examples_actions.md)
    + [`CreateCrawler`](glue_example_glue_CreateCrawler_section.md)
    + [`CreateJob`](glue_example_glue_CreateJob_section.md)
    + [`DeleteCrawler`](glue_example_glue_DeleteCrawler_section.md)
    + [`DeleteDatabase`](glue_example_glue_DeleteDatabase_section.md)
    + [`DeleteJob`](glue_example_glue_DeleteJob_section.md)
    + [`DeleteTable`](glue_example_glue_DeleteTable_section.md)
    + [`GetCrawler`](glue_example_glue_GetCrawler_section.md)
    + [`GetDatabase`](glue_example_glue_GetDatabase_section.md)
    + [`GetDatabases`](glue_example_glue_GetDatabases_section.md)
    + [`GetJob`](glue_example_glue_GetJob_section.md)
    + [`GetJobRun`](glue_example_glue_GetJobRun_section.md)
    + [`GetJobRuns`](glue_example_glue_GetJobRuns_section.md)
    + [`GetTables`](glue_example_glue_GetTables_section.md)
    + [`ListJobs`](glue_example_glue_ListJobs_section.md)
    + [`StartCrawler`](glue_example_glue_StartCrawler_section.md)
    + [`StartJobRun`](glue_example_glue_StartJobRun_section.md)
+ [Scenarios](glue_code_examples_scenarios.md)
  + [Getting started with the Glue Data Catalog](glue_example_glue_GettingStarted_024_section.md)