uc3-sam-sceptre 0.0.8 → 0.0.10

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: 78d2f80c031e7cb6c2637b8d42edfa38aa27a8b3c1f3ebf6655b3df494450137
4
- data.tar.gz: 5a207b2f37e91d4c520ae568875e5e26ee9b39c6637533e2c0f2fd98f7ff98ef
3
+ metadata.gz: 53014d8c56bbb9c7376911737ad8569dd07df8efb5ebcbd67e48990c6e0368ba
4
+ data.tar.gz: a91cb90f85c02c4c018aef502850e8bfdeddf3ee1034d3869b4ada568bf5e9a3
5
5
  SHA512:
6
- metadata.gz: 0d6c3363ba2f991a3b5d773fd8c6a0c8e9d93be717372fda4741dc4ff827a38c42ea49fcaff4a285732ae409572a53f17663cadc7bf1cef9b94d08e3593e7f18
7
- data.tar.gz: da5932c46ed7a5f66857a3b3cd0c2e4aaef51bc2f8e7bc2599427c5bcc2eccabea1be3ab2990996e136b641d7d4b02f42dce25538a500349f5315e4f17308a4b
6
+ metadata.gz: 7ef76e2f69801e2eac8427eaab7c608e03036ec38ddae31d889777b06d920fb5941421d6e187fb8b03b230ec2739f1eff7d3951a2fc1e3b303e2d37cc3068ebc
7
+ data.tar.gz: 0fb4d71892b2b80924ab3ea4960c32c29f138877f295ecac1ddd8343c56172b668ed06dbb900b8d8011cb99bde3f3bd4cd7f3709b068c9748663f0a61c48e359
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3SamSceptre
4
- VERSION = '0.0.8'
4
+ VERSION = '0.0.10'
5
5
  end
@@ -80,6 +80,9 @@ module Uc3SamSceptre
80
80
  args << "--image-repository #{_locate_value(key: @ecr_uri_key)}" unless @ecr_uri_key.nil?
81
81
 
82
82
  args << "--guided" if guided
83
+
84
+ puts args
85
+
83
86
  system "sam deploy #{args.join(' ')}"
84
87
  end
85
88
 
@@ -103,7 +106,7 @@ module Uc3SamSceptre
103
106
  overrides = [_sam_param(key: 'Env', value: @env)]
104
107
 
105
108
  @fetchable_cf_params.each do |hash|
106
- val = _locate_value(key: hash[:stack_name])
109
+ val = _locate_value(key: hash[:stack_export_name])
107
110
  msg = "Unable to locate value for #{hash[:stack_export_name]}! Make sure you have exported it from the CF Stack."
108
111
  raise ProxyError, msg if val.nil?
109
112
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-sam-sceptre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley