alephant-harness 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alephant/harness/version.rb +1 -1
- data/schema/lookup.yaml +12 -6
- data/schema/sequencer.yaml +7 -12
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47edb23f096646efc47034041adcabb9c5dcb9be
|
4
|
+
data.tar.gz: 0da7afb55c7383d94acd8567d52e069c819abf7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff77ad0581b499c1ebf4ef92d7dd2ee3599775dead329280abf5db88307d5f33c2f71c46146ff72e6be7903bf6acfc1df7746f72418a943b2ccbe14e1281451c
|
7
|
+
data.tar.gz: 8938cc766089cf960dc2e1c03a465f8842d33fffef56ee7c3392b2f6325695c721f9efa7207428b026f7de5cfc5f3ededbcb660a73413684a1150f6a4268dd8d
|
data/schema/lookup.yaml
CHANGED
@@ -1,15 +1,21 @@
|
|
1
1
|
:attribute_definitions:
|
2
|
-
-
|
3
|
-
:attribute_name: '
|
2
|
+
-
|
3
|
+
:attribute_name: 'batch_version'
|
4
|
+
:attribute_type: 'N'
|
5
|
+
-
|
6
|
+
:attribute_name: 'component_key'
|
4
7
|
:attribute_type: 'S'
|
5
|
-
|
8
|
+
|
6
9
|
:table_name: ''
|
7
10
|
|
8
11
|
:key_schema:
|
9
|
-
-
|
10
|
-
:attribute_name: '
|
12
|
+
-
|
13
|
+
:attribute_name: 'component_key'
|
11
14
|
:key_type: 'HASH'
|
15
|
+
-
|
16
|
+
:attribute_name: 'batch_version'
|
17
|
+
:key_type: 'RANGE'
|
12
18
|
|
13
19
|
:provisioned_throughput:
|
14
20
|
:read_capacity_units: 10
|
15
|
-
:write_capacity_units:
|
21
|
+
:write_capacity_units: 10
|
data/schema/sequencer.yaml
CHANGED
@@ -1,21 +1,16 @@
|
|
1
1
|
:attribute_definitions:
|
2
|
-
-
|
3
|
-
:attribute_name: '
|
4
|
-
:attribute_type: 'N'
|
5
|
-
-
|
6
|
-
:attribute_name: 'component_key'
|
2
|
+
-
|
3
|
+
:attribute_name: 'key'
|
7
4
|
:attribute_type: 'S'
|
8
|
-
|
5
|
+
|
9
6
|
:table_name: ''
|
10
7
|
|
11
8
|
:key_schema:
|
12
|
-
-
|
13
|
-
:attribute_name: '
|
9
|
+
-
|
10
|
+
:attribute_name: 'key'
|
14
11
|
:key_type: 'HASH'
|
15
|
-
-
|
16
|
-
:attribute_name: 'batch_version'
|
17
|
-
:key_type: 'RANGE'
|
18
12
|
|
19
13
|
:provisioned_throughput:
|
20
14
|
:read_capacity_units: 10
|
21
|
-
:write_capacity_units:
|
15
|
+
:write_capacity_units: 10
|
16
|
+
|