Chris Olszewski
Chris Olszewski
Not sure the solution to this. Would ideally be able to warn when `accountId` differs from the credentials object. No easy way to do this, best solution I could find...
Setting permissions for lambda functions and generating the `uri` for new endpoints. We use it in different ways though, as execute arns and the lambda path respectively. I'm not sure...
Merging this seems to be dependent on upgrading to node `>= 4.5`. [Relevant link](https://github.com/avajs/ava/issues/1354)
Current status on these feedback points: - Still not optional - Still no documentation - Currently takes a string and creates role if role not found - No longer shep's...
Just some initial results of performing 10 requests spread over the course of 2 min. Bundle size | Min | Avg | Max --- | --- | --- | ---...
Some tests regarding package size, no additional loading of code, but just adding bytes to lambda packages. Package (unzipped) size | Min | Avg | Max --- | --- |...
From amazon: > \- Describe actions, such as ListAliases, ListFunctions etc -- these functions simply retrieve cached data, so they have the highest retry limits. > \- Modify actions, such...
I've been playing around with `maxRetries` and `retryDelayOptions` in `AWS.config` seems to help slightly [docs](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#maxRetries-property). I can get the concurrency up to 3 without errors now (up from 2), but...
Would also probably make sense to make all calls to shep as a library be quiet by default
So a few things that I think are still a bit up in the air: - Where should documentation for the pragmatic interface live? (Also how to generate it) -...