@aws-solutions-constructs/aws-lambda-elasticachememcached 2.26.0 → 2.27.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 +18 -5
- package/lib/index.js +1 -1
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-solutions-constructs/core": "2.
|
|
12
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"@aws-solutions-constructs/core": "2.27.0",
|
|
12
|
+
"aws-cdk-lib": "^2.50.0",
|
|
13
13
|
"constructs": "^10.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -1431,6 +1431,19 @@
|
|
|
1431
1431
|
}
|
|
1432
1432
|
}
|
|
1433
1433
|
},
|
|
1434
|
+
"aws-cdk-lib.aws_identitystore": {
|
|
1435
|
+
"targets": {
|
|
1436
|
+
"dotnet": {
|
|
1437
|
+
"namespace": "Amazon.CDK.AWS.IdentityStore"
|
|
1438
|
+
},
|
|
1439
|
+
"java": {
|
|
1440
|
+
"package": "software.amazon.awscdk.services.identitystore"
|
|
1441
|
+
},
|
|
1442
|
+
"python": {
|
|
1443
|
+
"module": "aws_cdk.aws_identitystore"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1434
1447
|
"aws-cdk-lib.aws_imagebuilder": {
|
|
1435
1448
|
"targets": {
|
|
1436
1449
|
"dotnet": {
|
|
@@ -3124,7 +3137,7 @@
|
|
|
3124
3137
|
},
|
|
3125
3138
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
|
|
3126
3139
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3127
|
-
"jsiiVersion": "1.
|
|
3140
|
+
"jsiiVersion": "1.70.0 (build 03c2f6f)",
|
|
3128
3141
|
"keywords": [
|
|
3129
3142
|
"aws",
|
|
3130
3143
|
"cdk",
|
|
@@ -3407,6 +3420,6 @@
|
|
|
3407
3420
|
"symbolId": "lib/index:LambdaToElasticachememcachedProps"
|
|
3408
3421
|
}
|
|
3409
3422
|
},
|
|
3410
|
-
"version": "2.
|
|
3411
|
-
"fingerprint": "
|
|
3423
|
+
"version": "2.27.0",
|
|
3424
|
+
"fingerprint": "i38T/9yrvSrmh20pg2yHRF1fNoeLJmQIhNp58YewUTo="
|
|
3412
3425
|
}
|
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.27.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.27.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,13 +53,13 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@aws-solutions-constructs/core": "2.
|
|
56
|
+
"@aws-solutions-constructs/core": "2.27.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-cdk/assert": "2.
|
|
59
|
+
"@aws-cdk/assert": "2.50.0",
|
|
60
60
|
"@types/jest": "^27.4.0",
|
|
61
61
|
"@types/node": "^10.3.0",
|
|
62
|
-
"aws-cdk-lib": "2.
|
|
62
|
+
"aws-cdk-lib": "2.50.0",
|
|
63
63
|
"constructs": "^10.0.0"
|
|
64
64
|
},
|
|
65
65
|
"jest": {
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@aws-solutions-constructs/core": "2.
|
|
81
|
-
"aws-cdk-lib": "^2.
|
|
80
|
+
"@aws-solutions-constructs/core": "2.27.0",
|
|
81
|
+
"aws-cdk-lib": "^2.50.0",
|
|
82
82
|
"constructs": "^10.0.0"
|
|
83
83
|
},
|
|
84
84
|
"keywords": [
|