@aws-solutions-constructs/aws-lambda-elasticachememcached 2.92.1 → 2.93.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.92.1",
12
- "aws-cdk-lib": "^2.212.0",
11
+ "@aws-solutions-constructs/core": "2.93.0",
12
+ "aws-cdk-lib": "^2.214.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -4078,7 +4078,7 @@
4078
4078
  },
4079
4079
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
4080
4080
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
4081
- "jsiiVersion": "5.7.14 (build 92d9a33)",
4081
+ "jsiiVersion": "5.7.22 (build 1cfeabd)",
4082
4082
  "keywords": [
4083
4083
  "aws",
4084
4084
  "cdk",
@@ -4361,6 +4361,6 @@
4361
4361
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
4362
4362
  }
4363
4363
  },
4364
- "version": "2.92.1",
4365
- "fingerprint": "MOl+H4LdY7flWLDBi58MDAreoX9il/fHaXbcwymQCks="
4364
+ "version": "2.93.0",
4365
+ "fingerprint": "TLueu1FID8MpC5mnJ3GDp2OOj/aolnB6HYWP1VnlTfA="
4366
4366
  }
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.92.1" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.93.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.92.1",
3
+ "version": "2.93.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",
@@ -55,14 +55,14 @@
55
55
  }
56
56
  },
57
57
  "dependencies": {
58
- "@aws-solutions-constructs/core": "2.92.1",
58
+ "@aws-solutions-constructs/core": "2.93.0",
59
59
  "constructs": "^10.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-cdk/integ-tests-alpha": "2.212.0-alpha.0",
62
+ "@aws-cdk/integ-tests-alpha": "2.214.0-alpha.0",
63
63
  "@types/node": "^10.3.0",
64
64
  "constructs": "^10.0.0",
65
- "aws-cdk-lib": "2.212.0"
65
+ "aws-cdk-lib": "2.214.0"
66
66
  },
67
67
  "jest": {
68
68
  "moduleFileExtensions": [
@@ -79,9 +79,9 @@
79
79
  ]
80
80
  },
81
81
  "peerDependencies": {
82
- "@aws-solutions-constructs/core": "2.92.1",
82
+ "@aws-solutions-constructs/core": "2.93.0",
83
83
  "constructs": "^10.0.0",
84
- "aws-cdk-lib": "^2.212.0"
84
+ "aws-cdk-lib": "^2.214.0"
85
85
  },
86
86
  "keywords": [
87
87
  "aws",