@aws-solutions-constructs/aws-lambda-elasticachememcached 2.28.0 → 2.29.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 +3 -3
  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.28.0",
11
+ "@aws-solutions-constructs/core": "2.29.0",
12
12
  "aws-cdk-lib": "^2.53.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
@@ -3537,6 +3537,6 @@
3537
3537
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
3538
3538
  }
3539
3539
  },
3540
- "version": "2.28.0",
3541
- "fingerprint": "tb8vk0OAL5SJx9rXO+O6XxZAQywHaNgIP7WWkqL0ujA="
3540
+ "version": "2.29.0",
3541
+ "fingerprint": "tjrlJpKc/t/MCR9Tkb2+8Rwidf6hmBnlGFJP5Tyxacc="
3542
3542
  }
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.28.0" };
62
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.29.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.28.0",
3
+ "version": "2.29.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.28.0"
56
+ "@aws-solutions-constructs/core": "2.29.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@aws-cdk/assert": "2.53.0",
@@ -77,7 +77,7 @@
77
77
  ]
78
78
  },
79
79
  "peerDependencies": {
80
- "@aws-solutions-constructs/core": "2.28.0",
80
+ "@aws-solutions-constructs/core": "2.29.0",
81
81
  "aws-cdk-lib": "^2.53.0",
82
82
  "constructs": "^10.0.0"
83
83
  },