@aws-solutions-constructs/aws-lambda-elasticachememcached 2.40.0 → 2.42.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 +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.
|
|
11
|
+
"@aws-solutions-constructs/core": "2.42.0",
|
|
12
12
|
"aws-cdk-lib": "^2.82.0",
|
|
13
13
|
"constructs": "^10.0.0"
|
|
14
14
|
},
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
},
|
|
3489
3489
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
|
|
3490
3490
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3491
|
-
"jsiiVersion": "1.
|
|
3491
|
+
"jsiiVersion": "1.87.0 (build 9892444)",
|
|
3492
3492
|
"keywords": [
|
|
3493
3493
|
"aws",
|
|
3494
3494
|
"cdk",
|
|
@@ -3771,6 +3771,6 @@
|
|
|
3771
3771
|
"symbolId": "lib/index:LambdaToElasticachememcachedProps"
|
|
3772
3772
|
}
|
|
3773
3773
|
},
|
|
3774
|
-
"version": "2.
|
|
3775
|
-
"fingerprint": "
|
|
3774
|
+
"version": "2.42.0",
|
|
3775
|
+
"fingerprint": "q3t1r9DioJhHrYvFRwCZuIpOup5EBJHVc3MezuOODd4="
|
|
3776
3776
|
}
|
package/lib/index.js
CHANGED
|
@@ -59,7 +59,7 @@ class LambdaToElasticachememcached extends constructs_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: "2.
|
|
62
|
+
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.42.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": "2.
|
|
3
|
+
"version": "2.42.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,7 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@aws-solutions-constructs/core": "2.
|
|
56
|
+
"@aws-solutions-constructs/core": "2.42.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/jest": "^27.4.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@aws-solutions-constructs/core": "2.
|
|
79
|
+
"@aws-solutions-constructs/core": "2.42.0",
|
|
80
80
|
"aws-cdk-lib": "^2.82.0",
|
|
81
81
|
"constructs": "^10.0.0"
|
|
82
82
|
},
|