@aws-solutions-constructs/aws-lambda-elasticachememcached 2.78.0 → 2.78.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 +4 -4
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-solutions-constructs/core": "2.78.
|
|
11
|
+
"@aws-solutions-constructs/core": "2.78.1",
|
|
12
12
|
"aws-cdk-lib": "^2.177.0",
|
|
13
13
|
"constructs": "^10.0.0"
|
|
14
14
|
},
|
|
@@ -3961,7 +3961,7 @@
|
|
|
3961
3961
|
},
|
|
3962
3962
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
|
|
3963
3963
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3964
|
-
"jsiiVersion": "5.7.
|
|
3964
|
+
"jsiiVersion": "5.7.8 (build 2bc6834)",
|
|
3965
3965
|
"keywords": [
|
|
3966
3966
|
"aws",
|
|
3967
3967
|
"cdk",
|
|
@@ -4244,6 +4244,6 @@
|
|
|
4244
4244
|
"symbolId": "lib/index:LambdaToElasticachememcachedProps"
|
|
4245
4245
|
}
|
|
4246
4246
|
},
|
|
4247
|
-
"version": "2.78.
|
|
4248
|
-
"fingerprint": "+
|
|
4247
|
+
"version": "2.78.1",
|
|
4248
|
+
"fingerprint": "L0ekJ+KM/AYot4oq9cSH9Gh5rOk/bEcUyJ8vEJlbqUY="
|
|
4249
4249
|
}
|
package/lib/index.js
CHANGED
|
@@ -60,7 +60,7 @@ class LambdaToElasticachememcached extends constructs_1.Construct {
|
|
|
60
60
|
}
|
|
61
61
|
exports.LambdaToElasticachememcached = LambdaToElasticachememcached;
|
|
62
62
|
_a = JSII_RTTI_SYMBOL_1;
|
|
63
|
-
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.78.
|
|
63
|
+
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.78.1" };
|
|
64
64
|
function AddLambdaEnvironmentVariable(targetFunction, value, defaultName, clientName) {
|
|
65
65
|
const variableName = clientName || defaultName;
|
|
66
66
|
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": "2.78.
|
|
3
|
+
"version": "2.78.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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@aws-solutions-constructs/core": "2.78.
|
|
57
|
+
"@aws-solutions-constructs/core": "2.78.1",
|
|
58
58
|
"constructs": "^10.0.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@aws-solutions-constructs/core": "2.78.
|
|
81
|
+
"@aws-solutions-constructs/core": "2.78.1",
|
|
82
82
|
"constructs": "^10.0.0",
|
|
83
83
|
"aws-cdk-lib": "^2.177.0"
|
|
84
84
|
},
|