Ryan Lane

Results 38 comments of Ryan Lane

Awesome. I may take a stab at this soon, then.

Not stale. We're working on this.

@t-maoshengye Please add new nodes to the [indexes.cypher](https://github.com/lyft/cartography/blob/master/cartography/data/indexes.cypher)

In this case, I believe the following query could return untagged resources: ``` MATCH (:AWSAccount)-[:RESOURCE]-(r)-[:SUPPORTS_TAGGING] WHERE NOT (r)-[:TAGGED]-(:Tag) RETURN r ```

I'm now remembering that you need connected nodes for relationships, so the above relationship won't really work. I know it may be a bit meta, but maybe we could have...

Haven't looked at it in a while. Were you wanting to work on it?

Yeah. I think someone was working on this, but I can add some screenshots if they don't. I can also make it possible for Confidant itself to generate the tables....

Though not a fix for the documentation, I added the ability (in branch 1.1) for Confidant to generate its own table: https://github.com/lyft/confidant/issues/56

Whoops. Sorry, I forgot to mention that there's a config option that controls this: DYNAMODB_CREATE_TABLE I _thought_ I had added this to 1.0, but it seems it's only in 1.1....