cfnlego 0.2.5 → 0.2.6

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
  SHA1:
3
- metadata.gz: 52eab194c2279f41ef6dde63b9e3572bbe968389
4
- data.tar.gz: d58d043461ee6a67e58553b1cbd75bc500243454
3
+ metadata.gz: 2b8e4856df6fba7990abef704cc2ac2edbd49469
4
+ data.tar.gz: 5f9952a72c837bb30c6b3331de92d0cf68bea5fb
5
5
  SHA512:
6
- metadata.gz: fda729e526dceb1809c6acde5487665fc89a175bdc7e6bc6911aed6c944065885ed119cd813e5d90f9b0155bb6ac960af4bcfcf7b5cee833aceebd4bdff2efbb
7
- data.tar.gz: e183a278f615e62d83bf463b5c77b05d3242c9dea60be1f078250faf0c06354e972b89ebf2f7d28b81dfd62339c54fbbf999e1569715e3ec0cb8b060ca6750b3
6
+ metadata.gz: cdb40de31c2545c54e9981931335ed2c3efad97001bc12450f63334fd5c71e23731e5f3daa1a0794dbcfa180dfcec0880a976df7cf4a772dafb23f5c07f48192
7
+ data.tar.gz: 4dbd40567056d5dd6742fe5f24bbb4d71b5b3f7e8160ef5ad58a540adb40045e0dd923f095172e67f76703b41ff338548d2a1c94e1eac9d8b504cf9e3bdd92a0
@@ -1,12 +1,7 @@
1
1
  AWS::Lambda::Permission:
2
2
  Properties:
3
- Action: |
4
- The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (lambda:*) to grant permission to all Lambda actions.
5
- FunctionName: |
6
- The name (physical ID) or Amazon Resource Name (ARN) of the Lambda function that you want to associate with this statement.
7
- Principal: |
8
- The entity for which you are granting permission to invoke the Lambda function. This entity can be any valid AWS service principal, such as s3.amazonaws.com or sns.amazonaws.com, or, if you are granting cross-account permission, an AWS account ID.
9
- SourceAccount: |
10
- The AWS account ID (without hyphens) of the source owner. For example, if you specify an S3 bucket in the SourceArn property, this value is the bucket owner's account ID. You can use this property to ensure that all source principals are owned by a specific account.
11
- SourceArn: |
12
- The ARN of a resource that is invoking your function. When granting Amazon Simple Storage Service (Amazon S3) permission to invoke your function, specify this property with the bucket ARN as its value.
3
+ Action: "\"The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (lambda:*) to grant permission to all Lambda actions.\""
4
+ FunctionName: "\"The name (physical ID) or Amazon Resource Name (ARN) of the Lambda function that you want to associate with this statement.\""
5
+ Principal: "\"The entity for which you are granting permission to invoke the Lambda function. This entity can be any valid AWS service principal, such as s3.amazonaws.com or sns.amazonaws.com, or, if you are granting cross-account permission, an AWS account ID.\""
6
+ SourceAccount: "\"The AWS account ID (without hyphens) of the source owner. For example, if you specify an S3 bucket in the SourceArn property, this value is the bucket owner's account ID. You can use this property to ensure that all source principals are owned by a specific account.\""
7
+ SourceArn: "\"The ARN of a resource that is invoking your function. When granting Amazon Simple Storage Service (Amazon S3) permission to invoke your function, specify this property with the bucket ARN as its value.\""
@@ -1,3 +1,3 @@
1
1
  module Cfnlego
2
- VERSION='0.2.5'
2
+ VERSION='0.2.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfnlego
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Yung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-02 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-beautify