Ian Ward
Ian Ward
basis are documented. Could use a better overview and some more detail in spots.
Looking :ok_hand: @rodowi. In case you hadn't seen it yet, once you add S3 store, you can add the IAM permissions needed for that via the `statements` property in the...
> Resource: { 'Ref': 'deviceHistory' } I believe that will work. Here's the relevant code in lambda-cfn which handles interpreting the statements https://github.com/mapbox/lambda-cfn/blob/2dc4d70924fa50cf2369705aee7b4c4b75ddfcc6/lib/lambda-cfn.js#L928-L954
@zmully will `deviceHistory` get namespaced (prefixed) with `loginFromNewDevice` ?
This looks good to me @rodowi We're going to want to have some mechanism in patrol to do a notification to a non high priority pagerduty escalation policy, a message...
Further specifying that we could instead make it easier to make S3 buckets safely - ie using a Cloudformation template - and then alarm when the bucket was not created...
@mirkok is it possible to get this committed? I have a similar need where I'd like to create an ec2 client using host/port to a mock ec2 api server in...
@3rd-Eden how about `register` ?
I haven't actually looked at how it'd need to be implemented. I'm wondering if it can be a single verb, like `register`, and it compares the current list of server...
There are a lot of settings. Try something like: ``` plain timeout: 9000, idle: 30000, retries: 0, failures: 5, retry: 30000, failuresTimeout: 300000, remove: false, reconnect: 120000 ``` The key...