yexiliang

Results 3 issues of yexiliang

As the title, the readme is too simple.

In function setIsJoinTable ``` if t.PKey == nil || len(t.PKey.Columns) != 2 || len(t.FKeys) < 2 || len(t.Columns) > 2 { return } ``` Is the `len(t.Columns) > 2` nessary?...

feature request

I've written a couple of lambda functions for signing and verifying, but I can't configure a policy for the functions, right now there's only KMSDecryptPolicy and KMSEncryptPolicy, no KMSVerifyPolicy or...

area/policy-templates
type/feature