Skip to content

Instantly share code, notes, and snippets.

@bkizzy
bkizzy / PublishAmazonSNSMsg.cs
Created May 15, 2012 21:07
Publish to AWS SNS Topic via C#, works with WP7
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
using System.Net;
using System.Linq;
public class PublishAmazonSnsMsg
{