|
Resources
Sample Code and Libraries
Javascript Scratchpad for Amazon SimpleDB
Posts:
4
Registered:
10/1/09
|
|
|
|
Re: AuthFailure with Scratchpad
Posted:
Oct 3, 2009 7:43 AM PDT
in response to: JoeJ@AWS
|
|
|
Hi JoeJ:
I am not sure how to get the private mwssage that you sent to me.
Thanks
Sincerely
John Hsu
|
|
Posts:
158
Registered:
5/30/08
|
|
|
Posts:
4
Registered:
10/1/09
|
|
|
|
Re: AuthFailure with Scratchpad
Posted:
Oct 5, 2009 7:07 PM PDT
in response to: JoeJ@AWS
|
|
|
Thanks a lot JoeJ.
It works after resign up for the service. I also create a new access key.
Sincerely
John Hsu
|
|
Posts:
6
Registered:
12/4/08
|
|
|
|
Re: Javascript Scratchpad for Amazon SimpleDB
Posted:
Nov 23, 2009 3:17 AM PST
in response to: blacksqr
|
|
|
I think I found a bug where if you try to input more than 10 attribute name/value pairs, the constructed request URL uses incorrect attribute numbers. To repro, just use the PutAttributes tool, and input more than 10 attribute name/value pairs.
Sorry if this isn't the right place to report bugs. The article doesn't seem to mention a bug tracker :/
PS: Other than this bug, I really like this tool.
|
|
Posts:
1
Registered:
12/1/09
|
|
|
|
Re: AuthFailure with Scratchpad
Posted:
Dec 1, 2009 1:49 PM PST
in response to: johnthsu
|
|
|
I wonder if you ever discovered why you got AutoFailure from Scratchpad and how you fixed it... I am having the same problem.
David
|
|
|
|
Misleading and missing buttons, Jan 5, 2008 4:59 AM
Reviewer: smcal75
A very good scratchpad indeed to explore simpledb. But a novice user might get confused as InvokeRequest button actually does not invoke the request and just displays the URL to be invoked! User would need to copy/paste this URL in another browser window/tab to actually invoke the request. This might be due to incorrect commenting out and a copy/paste error in original code.
For example in CreateDomain.html line 78 requires a fix to call invokeRequest() instead of displayUrl() when button shown by button-invokerequest.png is clicked. Also display url and display signed url buttons which have been commented out should be put back in.
|
|
putAttributes - replace confusing, Mar 16, 2008 10:05 PM
Reviewer: Johan Steenkamp
The scratch pad is very useful tool - thanks for making it available.
Why allow users to enter a value for Replace when it can only be true/false?
I found this confusing as it appeared you could specify a value for a Attribute/Value pair to be replaced with - for example if I have multiple values for a given attribute (color = red,blue,black) and only wanted to replace a specific one (color = black, repalce with color = white).
I think making it a radio button or drop select list with true/false would be better.
Also adding a "link" option to launch the generated URL would be useful.
|
|
It's Free and it Runs :-), Jun 3, 2008 1:30 PM
Reviewer: dekenewman
For being a little client running off JavaScript, html, and css... this is flat out awesome. At first, I used awszone.com. And, that's alright, but this is way better :-) Thanks.
|
|
Handy Tool While We Wait for the Console, Jun 5, 2009 6:04 AM
Reviewer: Gandalf
Getting used to the limitations of SimpleDB takes some time, and developing applications using it feels clumsy and sluggish compared to the robust toolkit supporting MySQL (including the superb phpMyAdmin).
Amazon is promising AWS Console point-and-click support for SimpleDB. In the meantime, the Javascript Scratchpad is a useful tool for kicking the tires on your database and running less used, but helpful API calls.
My only complaint is that the app sends our AWS credentials across the wire instead of loading from a config file.
|
|
|
|
 |
|
|