@aws-solutions-constructs/aws-lambda-elasticachememcached 2.58.0 → 2.59.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 +4 -4
  2. package/lib/index.js +1 -1
  3. package/package.json +3 -3
package/.jsii CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@aws-cdk/integ-tests-alpha": "2.143.0-alpha.0",
12
- "@aws-solutions-constructs/core": "2.58.0",
12
+ "@aws-solutions-constructs/core": "2.59.0",
13
13
  "aws-cdk-lib": "^2.143.0",
14
14
  "constructs": "^10.0.0"
15
15
  },
@@ -3808,7 +3808,7 @@
3808
3808
  },
3809
3809
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
3810
3810
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3811
- "jsiiVersion": "1.98.0 (build 00b106d)",
3811
+ "jsiiVersion": "1.99.0 (build 8f757e4)",
3812
3812
  "keywords": [
3813
3813
  "aws",
3814
3814
  "cdk",
@@ -4091,6 +4091,6 @@
4091
4091
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
4092
4092
  }
4093
4093
  },
4094
- "version": "2.58.0",
4095
- "fingerprint": "gT4lHnmRG5hG2JOTkaWr2WVC8Owz1scHtBXW9OfjHe0="
4094
+ "version": "2.59.0",
4095
+ "fingerprint": "O/7uj//3VSUCOjlXCGR2nd8SEihsiUyFxLT1fCikEmM="
4096
4096
  }
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.58.0" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.59.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.58.0",
3
+ "version": "2.59.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,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@aws-cdk/integ-tests-alpha": "2.143.0-alpha.0",
57
- "@aws-solutions-constructs/core": "2.58.0",
57
+ "@aws-solutions-constructs/core": "2.59.0",
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.58.0",
81
+ "@aws-solutions-constructs/core": "2.59.0",
82
82
  "constructs": "^10.0.0",
83
83
  "aws-cdk-lib": "^2.143.0"
84
84
  },