Ryan Smith
Ryan Smith
l2met doesn't handle backfilling data well at all. The period in which you can submit data is dependent on the resolution of your drain. For instance, if you are using...
I am actually not sure if l2met should be responsible for this. I am thinking that [librato-dash](https://github.com/ryandotsmith/librato-dash) will take care of all this type of data.
I think we might be able to make this a little more DRY by abstracting accessing the region and the keys from a common function. Do you want to take...
Also, this is a really great addition to the program. :+1: I will be happy to merge it once we remove some of the duplicated code.
I wonder if we can have a function that takes an `*interface{}` as an argument. Callers could build a struct and then call the function with the address of their...
Interesting. What is the max number of attributes we can have in an item?
It doesn't look like there is a limit on the number of attributes, just a limit on the size of an item. The size limit on an item is 64KB....
Also, here is the link to the DynamoDB doc where I got the 64KB limit: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html
I'd enjoy a light/dark mode that is based on OS settings.
Also, there might need to be a definition for `auth-padding` and clarification on `auth-size`. Is `auth-size = len(auth-body || auth-padding)` instead of `size of enc-auth-bod`