dpl 1.9.7.travis.2853.6 → 1.9.7.travis.2857.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/lib/dpl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ded5e8ef80426dc40a9e103f627d8256e6a6b4a072fcb7380232279d285f95c5
|
4
|
+
data.tar.gz: eca293f8649838a21c1c7f3f242a3fee8fa2e01c09454977a350fe96d1d010ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94346562730c8d8e02356feb67822aeba399ca43dfb5618dff935e99c483e3055e5c874034635a59fec517cb30ba5af891de34ce1c1bd89413c9e4ea33f36df0
|
7
|
+
data.tar.gz: 93ebfd21b6d091f0a214956f2265f46b4271e80a7b43dba66c1fcf7009ef7872a7ef49ea42849b5fa0e65aefaa329da32da72ac25517d9848d8578017a00e311
|
data/README.md
CHANGED
@@ -714,8 +714,7 @@ For accounts using two factor authentication, you have to use an oauth token as
|
|
714
714
|
* **publish**: If `true`, a [new version](http://docs.aws.amazon.com/lambda/latest/dg/versioning-intro.html#versioning-intro-publish-version) of the Lambda function will be created instead of replacing the code of the existing one.
|
715
715
|
* **subnet_ids**: Optional. List of subnet IDs to be added to the function. Needs the `ec2:DescribeSubnets` and `ec2:DescribeVpcs` permission for the user of the access/secret key to work.
|
716
716
|
* **security_group_ids**: Optional. List of security group IDs to be added to the function. Needs the `ec2:DescribeSecurityGroups` and `ec2:DescribeVpcs` permission for the user of the access/secret key to work.
|
717
|
-
* **dead_letter_arn**: Optional. ARN to an SNS or SQS resource used for the dead letter queue. [More about DLQs here](https://docs.aws.amazon
|
718
|
-
.com/lambda/latest/dg/dlq.html).
|
717
|
+
* **dead_letter_arn**: Optional. ARN to an SNS or SQS resource used for the dead letter queue. [More about DLQs here](https://docs.aws.amazon.com/lambda/latest/dg/dlq.html).
|
719
718
|
* **tracing_mode**: Optional. "Active" or "PassThrough" only. Default is "PassThrough". Needs the `xray:PutTraceSegments` and `xray:PutTelemetryRecords` on the role for this to work. [More on
|
720
719
|
Active Tracing here](https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html).
|
721
720
|
* **environment_variables**: Optional. List of Environment Variables to add to the function, needs to be in the format of `KEY=VALUE`. Can be encrypted for added security.
|
data/lib/dpl/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.7.travis.
|
4
|
+
version: 1.9.7.travis.2857.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|