@aws-solutions-constructs/aws-lambda-elasticachememcached 2.100.0 → 2.100.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 +3 -3
- 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.100.
|
|
11
|
+
"@aws-solutions-constructs/core": "2.100.1",
|
|
12
12
|
"aws-cdk-lib": "^2.239.0",
|
|
13
13
|
"constructs": "^10.0.0"
|
|
14
14
|
},
|
|
@@ -8803,6 +8803,6 @@
|
|
|
8803
8803
|
"symbolId": "lib/index:LambdaToElasticachememcachedProps"
|
|
8804
8804
|
}
|
|
8805
8805
|
},
|
|
8806
|
-
"version": "2.100.
|
|
8807
|
-
"fingerprint": "
|
|
8806
|
+
"version": "2.100.1",
|
|
8807
|
+
"fingerprint": "Dukd9XawftcXOVOgOFxtA3ciX0/7cobBo+nrAb5C8bo="
|
|
8808
8808
|
}
|
package/lib/index.js
CHANGED
|
@@ -61,7 +61,7 @@ class LambdaToElasticachememcached extends constructs_1.Construct {
|
|
|
61
61
|
}
|
|
62
62
|
exports.LambdaToElasticachememcached = LambdaToElasticachememcached;
|
|
63
63
|
_a = JSII_RTTI_SYMBOL_1;
|
|
64
|
-
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.100.
|
|
64
|
+
LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.100.1" };
|
|
65
65
|
function AddLambdaEnvironmentVariable(targetFunction, value, defaultName, clientName) {
|
|
66
66
|
const variableName = clientName || defaultName;
|
|
67
67
|
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.100.
|
|
3
|
+
"version": "2.100.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.100.
|
|
57
|
+
"@aws-solutions-constructs/core": "2.100.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.100.
|
|
81
|
+
"@aws-solutions-constructs/core": "2.100.1",
|
|
82
82
|
"constructs": "^10.0.0",
|
|
83
83
|
"aws-cdk-lib": "^2.239.0"
|
|
84
84
|
},
|