

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# AWS SDKs를 사용하는 Amazon SNS의 코드 예제
<a name="service_code_examples"></a>

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

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

*시나리오*는 동일한 서비스 내에서 또는 다른 AWS 서비스와 결합된 상태에서 여러 함수를 직접적으로 호출하여 특정 태스크를 수행하는 방법을 보여주는 코드 예제입니다.

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

**Contents**
+ [기본 사항](service_code_examples_basics.md)
  + [Hello Amazon SNS](example_sns_Hello_section.md)
  + [작업](service_code_examples_actions.md)
    + [`CheckIfPhoneNumberIsOptedOut`](example_sns_CheckIfPhoneNumberIsOptedOut_section.md)
    + [`ConfirmSubscription`](example_sns_ConfirmSubscription_section.md)
    + [`CreateTopic`](example_sns_CreateTopic_section.md)
    + [`DeleteTopic`](example_sns_DeleteTopic_section.md)
    + [`GetSMSAttributes`](example_sns_GetSMSAttributes_section.md)
    + [`GetTopicAttributes`](example_sns_GetTopicAttributes_section.md)
    + [`ListPhoneNumbersOptedOut`](example_sns_ListPhoneNumbersOptedOut_section.md)
    + [`ListSubscriptions`](example_sns_ListSubscriptions_section.md)
    + [`ListTopics`](example_sns_ListTopics_section.md)
    + [`Publish`](example_sns_Publish_section.md)
    + [`SetSMSAttributes`](example_sns_SetSMSAttributes_section.md)
    + [`SetSubscriptionAttributes`](example_sns_SetSubscriptionAttributes_section.md)
    + [`SetSubscriptionAttributesRedrivePolicy`](example_sns_SetSubscriptionAttributesRedrivePolicy_section.md)
    + [`SetTopicAttributes`](example_sns_SetTopicAttributes_section.md)
    + [`Subscribe`](example_sns_Subscribe_section.md)
    + [`TagResource`](example_sns_TagResource_section.md)
    + [`Unsubscribe`](example_sns_Unsubscribe_section.md)
+ [시나리오](service_code_examples_scenarios.md)
  + [DynamoDB 테이블에 데이터를 제출하기 위한 앱 구축](example_cross_SubmitDataApp_section.md)
  + [Amazon SNS 애플리케이션 구축](example_cross_SnsPublishSubscription_section.md)
  + [푸시 알림에 대한 플랫폼 엔드포인트 생성](example_sns_CreatePlatformEndpoint_section.md)
  + [사진을 관리하기 위한 서버리스 애플리케이션 만들기](example_cross_PAM_section.md)
  + [Amazon Textract 탐색기 애플리케이션 생성](example_cross_TextractExplorer_section.md)
  + [Amazon SNS 주제 생성 및 메시지 게시](example_sns_GettingStarted_048_section.md)
  + [FIFO 주제에 생성 및 게시](example_sns_PublishFifoTopic_section.md)
  + [동영상에서 사람과 객체 감지](example_cross_RekognitionVideoDetection_section.md)
  + [IoT Device Defender 시작하기](example_iot_GettingStarted_079_section.md)
  + [Config 시작하기](example_config_service_GettingStarted_053_section.md)
  + [주제에 SMS 메시지 게시](example_sns_UsageSmsTopic_section.md)
  + [대량 메시지 게시](example_sns_PublishLargeMessage_section.md)
  + [SMS 문자 메시지 게시](example_sns_PublishTextSMS_section.md)
  + [대기열에 메시지 게시](example_sqs_Scenario_TopicsAndQueues_section.md)
  + [API Gateway를 사용하여 Lambda 함수 간접 호출](example_cross_LambdaAPIGateway_section.md)
  + [예약된 이벤트를 사용하여 Lambda 함수 간접 호출](example_cross_LambdaScheduledEvents_section.md)
+ [서버리스 예제](service_code_examples_serverless_examples.md)
  + [Amazon SNS 트리거를 사용하여 Lambda 함수 간접 호출](example_serverless_SNS_Lambda_section.md)