devpay

Where can I find Amazon DevPay C# Sample Code that works?

I am trying to code an small application that will utilize Amazon DevPay and I am having difficulties sending a few sample requests and getting errors. Looking for library class in c# that will conceal all the details. Currently playing with the sample C# library by Amazon but having no luck. any other will be appreciated. This link ...

S3 + DevPay for a user application, do I hardcode my ProductToken?

subject says all, the REST api docs seem to make me think I do (and if I dont my code doesnt work) Do: -hard code ProductToken -ask user for authorization key DoNot: -hard code (or use) access key ID -hard code (or use) secret access key keep in mind this is for an application that uses devpay, not a website thanks! ...