Amazon SNS Tutorials
The following tutorials help you create an Amazon SNS topic, subscribe an endpoint to it, publish a message to the topic, and then delete the subscription and topic using the AWS Management Console, the AWS SDK for Java, and the AWS SDK for .NET. If you want to use the example code, you must install the Java Standard Edition Development Kit or the .NET SDKs for Visual Studio and make some configuration changes to the example code.
Note
You can write code for Amazon SNS in other programming languages. For more information, see the AWS SDK documentation.
You can explore Amazon SNS without writing code with tools such as the AWS Command Line Interface (AWS CLI) or Windows PowerShell. You can find AWS CLI examples in the Amazon SNS section of the AWS CLI Command Reference. You can find Windows PowerShell examples in the Amazon Simple Notification Service section of the AWS Tools for PowerShell Cmdlet Reference.
Topics
- Tutorial: Creating an Amazon SNS Topic
- Tutorial: Enabling Server-Side Encryption (SSE) for an Amazon SNS Topic
- Tutorial: Enabling Server-Side Encryption (SSE) for an Amazon SNS Topic with an Encrypted Amazon SQS Queue Subscribed
- Tutorial: Listing, Adding, and Removing Tags for an Amazon SNS Topic
- Tutorial: Subscribing an Endpoint to an Amazon SNS Topic
- Subscribing AWS Event Fork Pipelines to an Amazon SNS Topic
- Tutorial: Publishing a Message to an Amazon SNS Topic
- Tutorial: Publishing a Message with Attributes to an Amazon SNS Topic
- Tutorial: Deleting an Amazon SNS Subscription and Topic
- Tutorial: Deploying and Testing the AWS Event Fork Pipelines Sample Application
