Click here to Skip to main content
15,893,622 members
Everything / Amazon

Amazon

Amazon

Great Reads

by Michael Haephrati
Now you can store your own voice recordings kept by Amazon but not made available to customers
by Dave Kerr
There are cases where great efforts have been made to adopt microservice patterns without understanding the specifics of the problem at hand...
by Timothy Svecz
Amazon AWS: Setting up FTP on EC2 Windows Instances
by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.

Latest Articles

by Fred Song (Melbourne)
Use Amazon ECS and API Gateway to implement Microservice
by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.
by Uladzislau Baryshchyk
Application that can be used to work with subd and connecting Amazon RDS to the project
by Uladzislau Baryshchyk
In this article, I'll show you how easy it is to move your MS SQL database to Amazon RDS cloud

All Articles

Sort by Title

Amazon 

21 Oct 2013 by dharmraj.m
I want use amazon SNS service for mobile push notification.Is any one give the example code in asp.netI have also go through documentation of SNS but they only provide basic things like create account and create new app and all this stuff, but I want to push notification from my c# code...
21 Oct 2013 by Manfred Rudolf Bihy
Read all about it here: http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html[^]Start with the Prerequisites[^] and work all the way down the list towards API Errors[^].Cheers!
9 May 2020 by Dr. Song Li
Discussion about AWS CLI & SAM CLI
7 Dec 2016 by DataBytzAI
Understand what Amazon AWS Lambda and Azure functions are and how they emerged.
11 Mar 2019 by Preetam U Ramdhave
This article will help you to implement the functionality where you can store your sensitive data in the amazon Secrets Manager and access while bootstrapping the application.
27 Sep 2018 by Friedrich Rehren
This tip shows you how to validate Requests by Alexa according to the Amazon requirements.
25 Apr 2012 by Syed Salman Raza Zaidi
I am using Amazon API, i m searching books according to title/ISBN/author, its working fine now i want to get books according to categories for eg Arts books,Digital Books,Mathematics etc, i have seen on amazonwebservice documentation that category comes in two places in Request Object...
13 May 2012 by Syed Salman Raza Zaidi
I am using Amazon API BrowseNode lookup search to search textbooks,i am giving browsenodeID= 465600,but it is giving only 12 categories i want it to return all categories like it is on amazon site http://www.amazon.com/New-Used-Textbooks-Books/b/ref=sa_menu_tb7?ie=UTF8&node=465600 (see left side...
22 Feb 2016 by Mr.Yoga445
I have situation to integration AMAZON APP STORE API on my web pages where by user type any keyword on my webpage and it search on AMAZON APP STORE database through API which is free to use and show the result on grid view with apps or games etc on my webpage.What I have tried:am unable...
22 Feb 2016 by CHill60
This is very similar to your previous question and you are asking in the wrong place.Amazon Services & APIs - Amazon Apps & Services Developer Portal[^] would be a better place to start.This post also has some useful information in the answers android - How can I do an Amazon App...
19 Dec 2015 by RiniBoo
Automatically update your dynamic IP address, supports multiple DNS Providers and IpCheckers. Project was started to update Amazon AWS Route 53.
15 Feb 2013 by John Duquette
How-to setup an FTP server on an EC2 instance using S3 for storage
15 Jun 2012 by Timothy Svecz
Amazon AWS: Setting up FTP on EC2 Windows Instances
3 Feb 2013 by TheCodeKing
This article provides a solution for deploying multiple applications to a single AWS instance when using AWSDeploy.
26 Sep 2018 by Dave Kreskowiak
Too bad Dash buttons don't work on NFC. The range of NFC is just a few centimeters. Dash buttons are programmed to use your Wifi network using sound, in frequencies we can't hear. You hit the button and the Dash button uses your Wifi network to contact an Amazon web service that places an...
26 Sep 2018 by Member 13998896
Beginner IOT Learner. just want to have Amazon Dash Buttons like functionality with NFC Tags. It could revolutionize the ecommerce market with cheaper NFC Dash buttons. What I have tried: Tried with Tasker, NFC Tools Pro but couldn't figure out.
23 Feb 2012 by Mukund Thakker
hi I want to create an asp.net website which will be hosted on amazon EC2 and amazon simpleDB will be used as database. So can anyone help me please how and from where to start developing it, I am very much new to this. Thanks in advance.
27 Jul 2015 by kubibay
I need to use Amazon Elastic Transcoder for an mvc project. I wanted to use it via http request as described by documentation. While creating header of request I need to create Authorization parameter as described which I think I did. But the response returns this error; The request signature...
27 Jul 2015 by kubibay
I have updated AWSSDK from nuget for mvc project and there was an api for elastic transcoder; here is the simple way to do:var response = etsClient.CreateJob(new CreateJobRequest() { PipelineId = "pipelineid", //pipeline.Id, Input = new...
17 Sep 2016 by Sarah Mohammed77
app.config program.cs static void Main(string[] args) { // Instantiate Amazon ProductAdvertisingAPI client AWSECommerceServicePortTypeClient amazonClient = new AWSECommerceServicePortTypeClient(); // prepare an ItemSearch request ...
17 Sep 2016 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Check the same code here - Product Advertising API Signed Requests Sample Code - C# REST/QUERY : Sample Code & Libraries : Amazon Web Services[^]. Refer this.