AWS Developer Tools Blog
Support for Amazon SNS in the Preview Release of AWS Resource APIs for .NET
The latest addition to the AWS Resource APIs for .NET is Amazon Simple Notification Service (SNS). Amazon SNS is a web service that enables applications, end-users, and devices to instantly send and receive notifications. In this post, we’ll see how we can use the resource APIs to work with SNS and to publish messages.
Topics
The key concept in SNS is a topic. A topic is something that publishers send messages to and subscribers receive messages from. Let’s take a look at how we can create and use a topic.
As you can see, it’s easy to get started with and use the new Amazon SNS Resource APIs to work with the service.