Posts

Showing posts from August, 2016

How to use AWS Device Farm API

Image
Hi All, If you are here it's means you trying to do something I tried longer than you guys tried. If you are in a hurry go to " Implementation " subheading and read from there. Background & Reason While I was doing my internship, one of the project I had to do is make a web app for get the test result customize way from AWS Device farm  using  AWD Device Farm API . My first approach was use postman to get a main idea about the API but I failed on that. I raise a question how to use their API in AWS but I didn't get a good answer either. ( For your reference if it update in future :-  Using REST in Postman  ) So at the end I decide to use their  AWS SDK for JavaScript in Node  and create a wrapper around it to get the data. The main reason to write this post was most of guys will confuse how to get the result because AWS ARN thing is really confusing at first. Implementation.  Requirements. Since I'm going to use AWS SDK version of Node. You&