cfnlego 0.2.6 → 0.2.7

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: 2b8e4856df6fba7990abef704cc2ac2edbd49469
4
- data.tar.gz: 5f9952a72c837bb30c6b3331de92d0cf68bea5fb
3
+ metadata.gz: 1fa8f361450fb6248bc0233b28c1d97c5f4b2750
4
+ data.tar.gz: 507e7d9a72b7b913285439b5101e3c11399a4ffa
5
5
  SHA512:
6
- metadata.gz: cdb40de31c2545c54e9981931335ed2c3efad97001bc12450f63334fd5c71e23731e5f3daa1a0794dbcfa180dfcec0880a976df7cf4a772dafb23f5c07f48192
7
- data.tar.gz: 4dbd40567056d5dd6742fe5f24bbb4d71b5b3f7e8160ef5ad58a540adb40045e0dd923f095172e67f76703b41ff338548d2a1c94e1eac9d8b504cf9e3bdd92a0
6
+ metadata.gz: 564671093f360d0365f54f8d2ca8e3b3c3b7cafa8b58ea4d2c38d2183028c6dee9d93fdc6231f842379d967ea16d0f564862f06ecf8a203b1d6152de985d712f
7
+ data.tar.gz: a11b3efb579369ae446d25b1b58c749ce81b1d7249037dc0cf152a8596a46a1b0af510d6c02ab71d771b61c36ac1e82563ee32730ca52b9dffecc9db345ca407
@@ -1,12 +1,7 @@
1
1
  AWS::Lambda::EventSourceMapping:
2
2
  Properties:
3
- BatchSize: |
4
- The largest number of records that Lambda retrieves from your event source when invoking your function. Your function receives an event with all the retrieved records. Valid range: Minimum value of 1. Maximum value of 10000.
5
- Enabled: |
6
- Indicates whether Lambda begins polling the event source.
7
- EventSourceArn: |
8
- The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream that is the source of events. Any record added to this stream can invoke the Lambda function.
9
- FunctionName: |
10
- The name or ARN of a Lambda function to invoke when Lambda detects an event on the stream.
11
- StartingPosition: |
12
- The position in the stream where Lambda starts reading. Valid Values: TRIM_HORIZON | LATEST
3
+ BatchSize: "\"The largest number of records that Lambda retrieves from your event source when invoking your function. Your function receives an event with all the retrieved records. Valid range: Minimum value of 1. Maximum value of 10000.\""
4
+ Enabled: "\"Indicates whether Lambda begins polling the event source.\""
5
+ EventSourceArn: "\"The Amazon Resource Name (ARN) of the Amazon Kinesis or DynamoDB stream that is the source of events. Any record added to this stream can invoke the Lambda function.\""
6
+ FunctionName: "\"The name or ARN of a Lambda function to invoke when Lambda detects an event on the stream.\""
7
+ StartingPosition: "\"The position in the stream where Lambda starts reading. Valid Values: TRIM_HORIZON | LATEST\""
@@ -1,3 +1,3 @@
1
1
  module Cfnlego
2
- VERSION='0.2.6'
2
+ VERSION='0.2.7'
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.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Yung