

# AWS SDK를 사용한 AWS Glue API 코드 예제
<a name="service_code_examples"></a>

다음 코드 예제는 AWS Glue를 AWS 소프트웨어 개발 키트(SDK)와 함께 사용하는 방법을 보여줍니다.

*기본 사항*은 서비스 내에서 필수 작업을 수행하는 방법을 보여주는 코드 예제입니다.

*작업*은 대규모 프로그램에서 발췌한 코드이며 컨텍스트에 맞춰 실행해야 합니다. 작업은 개별 서비스 함수를 직접 호출하는 방법을 보여주며, 관련 시나리오의 컨텍스트에 맞는 작업을 볼 수 있습니다.

AWS SDK 개발자 가이드 및 코드 예시의 전체 목록은 [AWS SDK와 함께 이 서비스 사용](sdk-general-information-section.md) 섹션을 참조하세요. 이 주제에는 시작하기에 대한 정보와 이전 SDK 버전에 대한 세부 정보도 포함되어 있습니다.

**Contents**
+ [기본 사항](service_code_examples_basics.md)
  + [AWS Glue 시작](example_glue_Hello_section.md)
  + [기본 사항 알아보기](example_glue_Scenario_GetStartedCrawlersJobs_section.md)
  + [작업](service_code_examples_actions.md)
    + [`CreateCrawler`](example_glue_CreateCrawler_section.md)
    + [`CreateJob`](example_glue_CreateJob_section.md)
    + [`DeleteCrawler`](example_glue_DeleteCrawler_section.md)
    + [`DeleteDatabase`](example_glue_DeleteDatabase_section.md)
    + [`DeleteJob`](example_glue_DeleteJob_section.md)
    + [`DeleteTable`](example_glue_DeleteTable_section.md)
    + [`GetCrawler`](example_glue_GetCrawler_section.md)
    + [`GetDatabase`](example_glue_GetDatabase_section.md)
    + [`GetDatabases`](example_glue_GetDatabases_section.md)
    + [`GetJob`](example_glue_GetJob_section.md)
    + [`GetJobRun`](example_glue_GetJobRun_section.md)
    + [`GetJobRuns`](example_glue_GetJobRuns_section.md)
    + [`GetTables`](example_glue_GetTables_section.md)
    + [`ListJobs`](example_glue_ListJobs_section.md)
    + [`StartCrawler`](example_glue_StartCrawler_section.md)
    + [`StartJobRun`](example_glue_StartJobRun_section.md)