@aws-solutions-constructs/aws-lambda-elasticachememcached 1.169.0 → 1.170.1
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.
- package/.jsii +8 -8
- package/lib/index.js +1 -1
- package/package.json +11 -11
package/.jsii
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-cdk/aws-ec2": "1.
|
|
12
|
-
"@aws-cdk/aws-elasticache": "1.
|
|
13
|
-
"@aws-cdk/aws-lambda": "1.
|
|
14
|
-
"@aws-cdk/core": "1.
|
|
15
|
-
"@aws-solutions-constructs/core": "1.
|
|
11
|
+
"@aws-cdk/aws-ec2": "1.170.1",
|
|
12
|
+
"@aws-cdk/aws-elasticache": "1.170.1",
|
|
13
|
+
"@aws-cdk/aws-lambda": "1.170.1",
|
|
14
|
+
"@aws-cdk/core": "1.170.1",
|
|
15
|
+
"@aws-solutions-constructs/core": "1.170.1",
|
|
16
16
|
"constructs": "^3.2.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencyClosure": {
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
},
|
|
1692
1692
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
|
|
1693
1693
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
1694
|
-
"jsiiVersion": "1.
|
|
1694
|
+
"jsiiVersion": "1.67.0 (build 2c027f5)",
|
|
1695
1695
|
"keywords": [
|
|
1696
1696
|
"aws",
|
|
1697
1697
|
"cdk",
|
|
@@ -1974,6 +1974,6 @@
|
|
|
1974
1974
|
"symbolId": "lib/index:LambdaToElasticachememcachedProps"
|
|
1975
1975
|
}
|
|
1976
1976
|
},
|
|
1977
|
-
"version": "1.
|
|
1978
|
-
"fingerprint": "
|
|
1977
|
+
"version": "1.170.1",
|
|
1978
|
+
"fingerprint": "ZklfeNLeOwHubGMMmJsCogsbS7E9I3Ovr40SN32Q7Qg="
|
|
1979
1979
|
}
|
package/lib/index.js
CHANGED
|
@@ -59,7 +59,7 @@ class LambdaToElasticachememcached extends core_1.Construct {
|
|
|
59
59
|
}
|
|
60
60
|
exports.LambdaToElasticachememcached = LambdaToElasticachememcached;
|
|
61
61
|
_a = JSII_RTTI_SYMBOL_1;
|
|
62
|
-
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "1.
|
|
62
|
+
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "1.170.1" };
|
|
63
63
|
function AddLambdaEnvironmentVariable(targetFunction, value, defaultName, clientName) {
|
|
64
64
|
const variableName = clientName || defaultName;
|
|
65
65
|
targetFunction.addEnvironment(variableName, value);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-solutions-constructs/aws-lambda-elasticachememcached",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.170.1",
|
|
4
4
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@aws-cdk/aws-lambda": "1.
|
|
57
|
-
"@aws-cdk/aws-elasticache": "1.
|
|
58
|
-
"@aws-cdk/aws-ec2": "1.
|
|
59
|
-
"@aws-cdk/core": "1.
|
|
60
|
-
"@aws-solutions-constructs/core": "1.
|
|
56
|
+
"@aws-cdk/aws-lambda": "1.170.1",
|
|
57
|
+
"@aws-cdk/aws-elasticache": "1.170.1",
|
|
58
|
+
"@aws-cdk/aws-ec2": "1.170.1",
|
|
59
|
+
"@aws-cdk/core": "1.170.1",
|
|
60
|
+
"@aws-solutions-constructs/core": "1.170.1",
|
|
61
61
|
"constructs": "^3.2.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@aws-cdk/assert": "1.
|
|
64
|
+
"@aws-cdk/assert": "1.170.1",
|
|
65
65
|
"@types/jest": "^27.4.0",
|
|
66
66
|
"@types/node": "^10.3.0"
|
|
67
67
|
},
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@aws-cdk/aws-lambda": "1.
|
|
84
|
-
"@aws-cdk/core": "1.
|
|
85
|
-
"@aws-solutions-constructs/core": "1.
|
|
83
|
+
"@aws-cdk/aws-lambda": "1.170.1",
|
|
84
|
+
"@aws-cdk/core": "1.170.1",
|
|
85
|
+
"@aws-solutions-constructs/core": "1.170.1",
|
|
86
86
|
"constructs": "^3.2.0",
|
|
87
|
-
"@aws-cdk/aws-ec2": "1.
|
|
87
|
+
"@aws-cdk/aws-ec2": "1.170.1"
|
|
88
88
|
},
|
|
89
89
|
"keywords": [
|
|
90
90
|
"aws",
|