@aws-solutions-constructs/aws-lambda-elasticachememcached 2.10.0 → 2.13.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 +19 -6
  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.10.0",
12
- "aws-cdk-lib": "^2.24.0",
11
+ "@aws-solutions-constructs/core": "2.13.0",
12
+ "aws-cdk-lib": "^2.25.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -2744,6 +2744,19 @@
2744
2744
  }
2745
2745
  }
2746
2746
  },
2747
+ "aws-cdk-lib.aws_voiceid": {
2748
+ "targets": {
2749
+ "dotnet": {
2750
+ "namespace": "Amazon.CDK.AWS.VoiceID"
2751
+ },
2752
+ "java": {
2753
+ "package": "software.amazon.awscdk.services.voiceid"
2754
+ },
2755
+ "python": {
2756
+ "module": "aws_cdk.aws_voiceid"
2757
+ }
2758
+ }
2759
+ },
2747
2760
  "aws-cdk-lib.aws_waf": {
2748
2761
  "targets": {
2749
2762
  "dotnet": {
@@ -3007,7 +3020,7 @@
3007
3020
  },
3008
3021
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
3009
3022
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3010
- "jsiiVersion": "1.61.0 (build abf4039)",
3023
+ "jsiiVersion": "1.63.2 (build a8a8833)",
3011
3024
  "keywords": [
3012
3025
  "aws",
3013
3026
  "cdk",
@@ -3290,6 +3303,6 @@
3290
3303
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
3291
3304
  }
3292
3305
  },
3293
- "version": "2.10.0",
3294
- "fingerprint": "kbEbGyzsZYiwmImSOg6OJPj/2ychz2UxXBbS4tJS/GM="
3295
- }
3306
+ "version": "2.13.0",
3307
+ "fingerprint": "HakDu9YKsBzSGWom1owXAeSPc/l+S0JOhkM8aEAxKZQ="
3308
+ }
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.10.0" };
62
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.13.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.10.0",
3
+ "version": "2.13.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,13 +53,13 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@aws-solutions-constructs/core": "2.10.0"
56
+ "@aws-solutions-constructs/core": "2.13.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-cdk/assert": "2.24.0",
59
+ "@aws-cdk/assert": "2.25.0",
60
60
  "@types/jest": "^27.4.0",
61
61
  "@types/node": "^10.3.0",
62
- "aws-cdk-lib": "2.24.0",
62
+ "aws-cdk-lib": "2.25.0",
63
63
  "constructs": "^10.0.0"
64
64
  },
65
65
  "jest": {
@@ -77,8 +77,8 @@
77
77
  ]
78
78
  },
79
79
  "peerDependencies": {
80
- "@aws-solutions-constructs/core": "2.10.0",
81
- "aws-cdk-lib": "^2.24.0",
80
+ "@aws-solutions-constructs/core": "2.13.0",
81
+ "aws-cdk-lib": "^2.25.0",
82
82
  "constructs": "^10.0.0"
83
83
  },
84
84
  "keywords": [