cfndsl 0.11.10 → 0.11.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/cfndsl/aws/types.yaml +3 -0
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9fe2866f496f8f44ae197c5aa7dbb83e4267417
|
|
4
|
+
data.tar.gz: a6d2080549ddc35aa792c836c3aa02e57031e0e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df5d2810d3f9eb7d346f84555084d8407709933f5459a6af0526842d8a9a842c8a85f4212b23a5dac64369319e8230cb742a3952bef7513ef3ab2830e07e9f4c
|
|
7
|
+
data.tar.gz: e303078ccaa30e4f268f6ecc23b22d4d3709102741b30e1394e737b2f6ff1188f1efbd2c36be0c7704cd188c932360a626716b063679810fcde053cd532f4c76
|
data/lib/cfndsl/aws/types.yaml
CHANGED
|
@@ -1086,6 +1086,7 @@ Resources:
|
|
|
1086
1086
|
Properties:
|
|
1087
1087
|
Code: LambdaCode
|
|
1088
1088
|
Description: String
|
|
1089
|
+
Environment: LambdaEnvironment
|
|
1089
1090
|
FunctionName: String
|
|
1090
1091
|
Handler: String
|
|
1091
1092
|
MemorySize: Integer
|
|
@@ -1461,6 +1462,8 @@ Types:
|
|
|
1461
1462
|
S3Key: String
|
|
1462
1463
|
S3ObjectVersion: String
|
|
1463
1464
|
ZipFile: String
|
|
1465
|
+
LambdaEnvironment:
|
|
1466
|
+
Variables: JSON
|
|
1464
1467
|
EBSOptions:
|
|
1465
1468
|
EBSEnabled: Boolean
|
|
1466
1469
|
Iops: Integer
|
data/lib/cfndsl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfndsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-12-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|