

Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.

# Esempi di codice per l'utilizzo di Amazon SNS AWS SDKs
<a name="service_code_examples"></a>

I seguenti esempi di codice mostrano come usare Amazon SNS con un kit di sviluppo AWS software (SDK). 

Le *azioni* sono estratti di codice da programmi più grandi e devono essere eseguite nel contesto. Sebbene le azioni mostrino come richiamare le singole funzioni del servizio, è possibile visualizzarle contestualizzate negli scenari correlati.

*Scenari*: esempi di codice che mostrano come eseguire un’attività specifica chiamando più funzioni all’interno dello stesso servizio o combinate con altri Servizi AWS.

Per un elenco completo di guide ed esempi di codice per sviluppatori AWS SDK, consulta. [Utilizzo di Amazon SNS con un SDK AWS](sdk-general-information-section.md) Questo argomento include anche informazioni su come iniziare e dettagli sulle versioni precedenti dell’SDK.

**Contents**
+ [Nozioni di base](service_code_examples_basics.md)
  + [Hello Amazon SNS](example_sns_Hello_section.md)
  + [Azioni](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)
+ [Scenari](service_code_examples_scenarios.md)
  + [Costruisci un’app per inviare dati a una tabella DynamoDB](example_cross_SubmitDataApp_section.md)
  + [Costruzione di un’applicazione Amazon SNS](example_cross_SnsPublishSubscription_section.md)
  + [Creazione di un endpoint di piattaforma per notifiche push](example_sns_CreatePlatformEndpoint_section.md)
  + [Creazione di un’applicazione serverless per gestire foto](example_cross_PAM_section.md)
  + [Creazione di un'applicazione Amazon Textract explorer](example_cross_TextractExplorer_section.md)
  + [Crea un argomento Amazon SNS e pubblica messaggi](example_sns_GettingStarted_048_section.md)
  + [Creazione e pubblicazione su un argomento FIFO](example_sns_PublishFifoTopic_section.md)
  + [Rilevamento di persone e oggetti in un video](example_cross_RekognitionVideoDetection_section.md)
  + [Guida introduttiva a IoT Device Defender](example_iot_GettingStarted_079_section.md)
  + [Guida introduttiva a Config](example_config_service_GettingStarted_053_section.md)
  + [Pubblicazione di un messaggio in un argomento](example_sns_UsageSmsTopic_section.md)
  + [Pubblicazione di un messaggio di grandi dimensioni](example_sns_PublishLargeMessage_section.md)
  + [Pubblicazione di un SMS](example_sns_PublishTextSMS_section.md)
  + [Pubblicazione di messaggi nelle code](example_sqs_Scenario_TopicsAndQueues_section.md)
  + [Utilizzo di Gateway API per invocare una funzione Lambda](example_cross_LambdaAPIGateway_section.md)
  + [Utilizzo degli eventi pianificati per invocare una funzione Lambda](example_cross_LambdaScheduledEvents_section.md)
+ [Esempi serverless](service_code_examples_serverless_examples.md)
  + [Richiamo di una funzione Lambda da un trigger Amazon SNS](example_serverless_SNS_Lambda_section.md)