Josh Liburdi

Results 7 comments of Josh Liburdi

It should be possible to do this by combining GJSON with SJSON. Put the interface{} into a temporary JSON object or key with SJSON, then get it with GJSON.

Thanks for the example. The behavior of this is a bit unusual (possibly a bug?): https://play.golang.org/p/14ScdPIcAHS

this is also keeping me from adopting sigma; we ended up creating our own version of detection as code for the platform we use. sigma would have been a good...

Adding to this issue -- I'm experiencing a similar (the same?) error when using the package. ``` Traceback (most recent call last): File "[redacted]", line 237, in [redacted] [redacted] File...

Using environment variables to configure AWS SDKs is common when using Lambda, I was surprised to learn that this is not already supported by the Go SDK. I think AWS_RETRY_MODE...

this is also keeping me from adopting sigma; we ended up creating our own version of detection as code for the platform we use. sigma would have been a good...