Tom Maiaroto

Results 66 issues of Tom Maiaroto

It'll be a lot easier at this point to pull out the guts here and use Aegis. It'll be native Go in Lambda for starters, but it'll also include a...

The CLI lets one provide a data file to use for the key value. Since everything is stored as binary in DynamoDB (and ultimately S3 and hopefully anything else that...

enhancement

Just like etcd, set the requested key as the "cause" field and set an "errorCode" value. This is useful for situations where a key is not found either because the...

help wanted

It would be convenient if the API returned just the key value when `?raw` querystring was added to the URL. This would be very convenient for binary data if the...

enhancement

Something not seen in etcd, an export configuration command. One could use the REST API to get the root key with the recursive option to get a full JSON tree...

I like the idea of this... https://www.consul.io/intro/getting-started/ui.html

enhancement
question

I need to test this theory out, but I'm hoping there's a minimally invasive way to set environment variables for a command with discfg. For example, one might run a...

Perhaps add a response time to the responses? This may help a user decide when they need to scale their storage engine (DynamoDB read/write capacity units for example). However, I'm...

enhancement
question

This looks like a very nice feature to add. Just the ability to simply configure it should be simple enough.

discfg has no long polling for updates like etcd. This is because Lambda is meant to be a short running thing. So it's not suited to long HTTP polling. However....

enhancement