@aws-solutions-constructs/aws-lambda-elasticachememcached 1.175.0 → 1.177.0
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 +7 -7
- 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.177.0",
|
|
12
|
+
"@aws-cdk/aws-elasticache": "1.177.0",
|
|
13
|
+
"@aws-cdk/aws-lambda": "1.177.0",
|
|
14
|
+
"@aws-cdk/core": "1.177.0",
|
|
15
|
+
"@aws-solutions-constructs/core": "1.177.0",
|
|
16
16
|
"constructs": "^3.2.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencyClosure": {
|
|
@@ -1974,6 +1974,6 @@
|
|
|
1974
1974
|
"symbolId": "lib/index:LambdaToElasticachememcachedProps"
|
|
1975
1975
|
}
|
|
1976
1976
|
},
|
|
1977
|
-
"version": "1.
|
|
1978
|
-
"fingerprint": "
|
|
1977
|
+
"version": "1.177.0",
|
|
1978
|
+
"fingerprint": "DLe9afJ57vXDGgqWSoPVjRMoBWDYsVPasokbGIWizG0="
|
|
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.177.0" };
|
|
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.177.0",
|
|
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.177.0",
|
|
57
|
+
"@aws-cdk/aws-elasticache": "1.177.0",
|
|
58
|
+
"@aws-cdk/aws-ec2": "1.177.0",
|
|
59
|
+
"@aws-cdk/core": "1.177.0",
|
|
60
|
+
"@aws-solutions-constructs/core": "1.177.0",
|
|
61
61
|
"constructs": "^3.2.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@aws-cdk/assert": "1.
|
|
64
|
+
"@aws-cdk/assert": "1.177.0",
|
|
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.177.0",
|
|
84
|
+
"@aws-cdk/core": "1.177.0",
|
|
85
|
+
"@aws-solutions-constructs/core": "1.177.0",
|
|
86
86
|
"constructs": "^3.2.0",
|
|
87
|
-
"@aws-cdk/aws-ec2": "1.
|
|
87
|
+
"@aws-cdk/aws-ec2": "1.177.0"
|
|
88
88
|
},
|
|
89
89
|
"keywords": [
|
|
90
90
|
"aws",
|