cfnlego 0.3.5 → 0.3.6

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: 1d3dc4f3b6c6053df3f45806fd1eed9372ed3802
4
- data.tar.gz: 3a5e47ec9f9f23faf4439d089f2c268c9e996394
3
+ metadata.gz: 25066bbf6b0f77c292bb68084bf0c5fb06b268ac
4
+ data.tar.gz: a7856ec18977a98a80b29cee8a55921952e81880
5
5
  SHA512:
6
- metadata.gz: 5b366e59d60d10d35f700059a9301254ada99b99edcff2666dd88338e9aee9982524af8990695f288c5be0d9888b3895550ac0fe08de431f5feb6d5d924d4d9a
7
- data.tar.gz: 8bfbf7baae9b01d695003253d30dcf539f0cf3b2f44b1f104563048f1f2458122e78c8770f8b4dec1220ef5a802decdfa00489e1ab25a7a64368df0e0ef8d1e0
6
+ metadata.gz: 7b43509a985cb6e86b23be3dec6eafb45215435336d348b2a8f0b331251ce6ca111f63550b2be61cbd703c84f612b619a7c7d8ab141283dcd00c6ca24f81c1d8
7
+ data.tar.gz: 03722f7ad2285d72e963bdd63be3ad6fcdbe2078ccf55b245f6332e16c1341ce44f7436f2ab279242e9f3ebb0e3c507e03c9d8ddedc79dd469fec8855c8ca1f6
@@ -11,12 +11,3 @@ AWS::SQS::Queue:
11
11
  "maxReceiveCount" => "The number of times a message is delivered to the source queue before being sent to the dead letter queue."
12
12
  }
13
13
  VisibilityTimeout: "\"The length of time during which the queue will be unavailable once a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43200 seconds (12 hours). If no value is specified, the default value of 30 seconds will be used.\""
14
- DisplayName: "\"string to identify the topici, optional field\""
15
- Subscription: |
16
- [
17
- {
18
- "Endpoint" => "http|https|@|phone-number|SQS Queue|EndpointArn of Mobile App/device|Lambda Arn",
19
- "Protocol" => "http|https|email|email-json|sms|sqs|application|lambda"
20
- }
21
- ]
22
- TopicName: "\"A name for the topic, optional\""
@@ -1,3 +1,3 @@
1
1
  module Cfnlego
2
- VERSION='0.3.5'
2
+ VERSION='0.3.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfnlego
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Yung