Kanstantsin

Results 3 issues of Kanstantsin

Currently it isn't possible to define trust relationship policy document for a role: https://github.com/serverless/components/blob/765740cbfe74887d9028c94551cb86604f2598b2/registry/AwsIamRole/src/index.js#L97 Expected result: ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": [ "lambda.amazonaws.com",...

certificates/not-before returns incorrect value. actual result: not-before = not after date. expected result: not-before = not before date. See the issue in source code (certificates.clj): (defn not-before "Returns the first...

Hi All! I use dynamodb data mapper for nodeJs. Is it possible to enable TTL on a table with this tool? Thanks, Kostya