@aws-solutions-constructs/aws-lambda-elasticachememcached 2.84.0 → 2.85.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.
Files changed (3) hide show
  1. package/.jsii +5 -5
  2. package/lib/index.js +1 -1
  3. 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.84.0",
12
- "aws-cdk-lib": "^2.190.0",
11
+ "@aws-solutions-constructs/core": "2.85.0",
12
+ "aws-cdk-lib": "^2.192.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -3974,7 +3974,7 @@
3974
3974
  },
3975
3975
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
3976
3976
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3977
- "jsiiVersion": "5.7.9 (build fc02aa4)",
3977
+ "jsiiVersion": "5.7.14 (build 92d9a33)",
3978
3978
  "keywords": [
3979
3979
  "aws",
3980
3980
  "cdk",
@@ -4257,6 +4257,6 @@
4257
4257
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
4258
4258
  }
4259
4259
  },
4260
- "version": "2.84.0",
4261
- "fingerprint": "e7+KgC6c7JUmgkr3Py6C4CzUk1DBzyP1i8eb+6qKQis="
4260
+ "version": "2.85.0",
4261
+ "fingerprint": "5Ra0J5mlXqpM7n0XdZlTwzUKnXF5zz3+XkvbR/xpIAE="
4262
4262
  }
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.84.0" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.85.0" };
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.84.0",
3
+ "version": "2.85.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",
@@ -54,14 +54,14 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@aws-solutions-constructs/core": "2.84.0",
57
+ "@aws-solutions-constructs/core": "2.85.0",
58
58
  "constructs": "^10.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-cdk/integ-tests-alpha": "2.190.0-alpha.0",
61
+ "@aws-cdk/integ-tests-alpha": "2.192.0-alpha.0",
62
62
  "@types/node": "^10.3.0",
63
63
  "constructs": "^10.0.0",
64
- "aws-cdk-lib": "2.190.0"
64
+ "aws-cdk-lib": "2.192.0"
65
65
  },
66
66
  "jest": {
67
67
  "moduleFileExtensions": [
@@ -78,9 +78,9 @@
78
78
  ]
79
79
  },
80
80
  "peerDependencies": {
81
- "@aws-solutions-constructs/core": "2.84.0",
81
+ "@aws-solutions-constructs/core": "2.85.0",
82
82
  "constructs": "^10.0.0",
83
- "aws-cdk-lib": "^2.190.0"
83
+ "aws-cdk-lib": "^2.192.0"
84
84
  },
85
85
  "keywords": [
86
86
  "aws",