convection 1.1.4 → 1.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d9b8d0433c05866fd06916a6dd1d94945702fe7
4
- data.tar.gz: 2cc9df46b6095fd9f43face7cac8f485a4c107c0
3
+ metadata.gz: 86d363d314b3b6f2b30d3e64ec72ceeac78a4edf
4
+ data.tar.gz: c0591de8f2d033938e884ca2bda8e337f5d1f146
5
5
  SHA512:
6
- metadata.gz: eace45822603aedd91ab9457f1a42d7467d2e5db88cc4efe912b22035782820f7d8ff031787c3cd296db1aa94f32b1c1f1ecfdaa0b614f8e70a4a61f484be552
7
- data.tar.gz: d12539624c1cb327577ba7ee7b76455e9292207a450c45d3fe91cc88fd0beccaafa181e6c48eaba1d5134db862db01c45ac51aea3bec46a67e7c2cd849e886b4
6
+ metadata.gz: 2bf149f16e1c33c837bea1323ae65f3f18da3b1c1973d080ec3254abf6ec07e1cb74f08e33694b9aea6539fc4b5dac09f52f02202d7fe270f7e02f747e1b7344
7
+ data.tar.gz: 132a5ee8096f503a60314e72383e7d3d97ab1e128dfb420257cff062d8031307bf31516f888ce8a8f17cfa0d17e079448b9c9f60ecf07dac24a947a8f2bc525c
@@ -9,7 +9,6 @@ module Convection
9
9
  ##
10
10
  class Lambda < Resource
11
11
  type 'AWS::Lambda::Function'
12
- property :function_code, 'Code'
13
12
  property :function_name, 'FunctionName'
14
13
  property :description, 'Description'
15
14
  property :handler, 'Handler'
@@ -17,6 +16,9 @@ module Convection
17
16
  property :runtime, 'Runtime'
18
17
  property :timeout, 'Timeout'
19
18
  property :role, 'Role'
19
+ # psuedo-property definitions. We add the expected name as a nested DSL for these below.
20
+ property :env, 'Environment'
21
+ property :function_code, 'Code'
20
22
  property :vpc_cfg, 'VpcConfig'
21
23
 
22
24
  # Add code block
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Manero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-12 00:00:00.000000000 Z
11
+ date: 2017-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk