lnreeder
lnreeder
Potential fix for issue #9 (last successful response returned when request to couchdb times out). Changes in this fix: 1. Added a new CTOR for CouchResponse that takes the HTTP...
Not sure if this is by design, but Session.http() is returning the lastResponse when it times out (IOException) on a equest to the couch server. This results in the failed...
Per https://docs.aws.amazon.com/apigateway/latest/api/API_Operations.html, ApiGateway has a TagResource action. Using this call, or apparently any action that adds tags to a resource like CreateDomainName, requires the permission apigateway:TagResource, but this is missing...
Various updates to compile with Scala 2.9, including a simple switch to Specs2 for the tests. I've only tested pushing items to SimpleDB, and not reads, but writes are working.
Second try with commit comments tweaked to pass commit linting Things to note: - Uses V2 of the AWS Go SDK since V1 didn't support FirewallThreatProtectionId which is needed to...