funktor 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 666dbb222916dd61aa30c450c8dba4c0ba72104694c59f73311509c655e7e314
|
4
|
+
data.tar.gz: c14a2b2bfedd970aa8278d7d04e3f17612528317a0ca5ad3ef0747da09147a79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c1d2f538b1e725d94459d79ddbcc68e42654e8188f4072e197e641b0e094a05961c6e49caa3cb273fb5ef19a8f09e8587d13746bc2593b89188d76eac6d811d
|
7
|
+
data.tar.gz: dc8b60572bd5a130274e60c7ceecc3094ff93804c29fd179457129ae3a789dd0d956ea24aaf88e8d70ce9096756280718d40a476620a17fabee71a47fa184cc8
|
data/Gemfile.lock
CHANGED
@@ -17,6 +17,14 @@ Resources:
|
|
17
17
|
- dynamodb:*
|
18
18
|
Resource:
|
19
19
|
- "Fn::GetAtt": [ JobsTable, Arn ]
|
20
|
+
- Effect: Allow
|
21
|
+
Action:
|
22
|
+
- dynamodb:Query
|
23
|
+
Resource:
|
24
|
+
Fn::Join:
|
25
|
+
- ""
|
26
|
+
- - "Fn::GetAtt": [ JobsTable, Arn ]
|
27
|
+
- "/index/categoryIndex"
|
20
28
|
|
21
29
|
IncomingJobQueueUserAccessKey:
|
22
30
|
Type: AWS::IAM::AccessKey
|
@@ -17,6 +17,14 @@ Resources:
|
|
17
17
|
- dynamodb:*
|
18
18
|
Resource:
|
19
19
|
- "Fn::GetAtt": [ JobsTable, Arn ]
|
20
|
+
- Effect: Allow
|
21
|
+
Action:
|
22
|
+
- dynamodb:Query
|
23
|
+
Resource:
|
24
|
+
Fn::Join:
|
25
|
+
- ""
|
26
|
+
- - "Fn::GetAtt": [ JobsTable, Arn ]
|
27
|
+
- "/index/categoryIndex"
|
20
28
|
|
21
29
|
IncomingJobQueueUserAccessKey:
|
22
30
|
Type: AWS::IAM::AccessKey
|
data/lib/funktor/version.rb
CHANGED