@aws-solutions-constructs/aws-lambda-elasticachememcached 2.47.0 → 2.48.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
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-solutions-constructs/core": "2.47.0",
11
+ "@aws-solutions-constructs/core": "2.48.0",
12
12
  "aws-cdk-lib": "^2.111.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
@@ -3579,7 +3579,7 @@
3579
3579
  },
3580
3580
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
3581
3581
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3582
- "jsiiVersion": "1.92.0 (build db7f27d)",
3582
+ "jsiiVersion": "1.94.0 (build b380f01)",
3583
3583
  "keywords": [
3584
3584
  "aws",
3585
3585
  "cdk",
@@ -3862,6 +3862,6 @@
3862
3862
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
3863
3863
  }
3864
3864
  },
3865
- "version": "2.47.0",
3866
- "fingerprint": "O9dbLf5Z9XOwQTRuKobLC2dGGe3bCn8qwQNZXEY8WCA="
3865
+ "version": "2.48.0",
3866
+ "fingerprint": "+b2GHvBPGKOkt5H7zJREdCJz1jSGxlHom1r7ZYBSaD4="
3867
3867
  }
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.47.0" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.48.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.47.0",
3
+ "version": "2.48.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,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@aws-solutions-constructs/core": "2.47.0"
56
+ "@aws-solutions-constructs/core": "2.48.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/jest": "^27.4.0",
@@ -76,7 +76,7 @@
76
76
  ]
77
77
  },
78
78
  "peerDependencies": {
79
- "@aws-solutions-constructs/core": "2.47.0",
79
+ "@aws-solutions-constructs/core": "2.48.0",
80
80
  "aws-cdk-lib": "^2.111.0",
81
81
  "constructs": "^10.0.0"
82
82
  },