@aws-solutions-constructs/aws-lambda-elasticachememcached 2.13.0 → 2.14.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 +31 -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.13.0",
12
- "aws-cdk-lib": "^2.25.0",
11
+ "@aws-solutions-constructs/core": "2.14.0",
12
+ "aws-cdk-lib": "^2.36.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -1132,6 +1132,19 @@
1132
1132
  }
1133
1133
  }
1134
1134
  },
1135
+ "aws-cdk-lib.aws_emrserverless": {
1136
+ "targets": {
1137
+ "dotnet": {
1138
+ "namespace": "Amazon.CDK.AWS.EMRServerless"
1139
+ },
1140
+ "java": {
1141
+ "package": "software.amazon.awscdk.services.emrserverless"
1142
+ },
1143
+ "python": {
1144
+ "module": "aws_cdk.aws_emrserverless"
1145
+ }
1146
+ }
1147
+ },
1135
1148
  "aws-cdk-lib.aws_events": {
1136
1149
  "targets": {
1137
1150
  "dotnet": {
@@ -2211,6 +2224,19 @@
2211
2224
  }
2212
2225
  }
2213
2226
  },
2227
+ "aws-cdk-lib.aws_redshiftserverless": {
2228
+ "targets": {
2229
+ "dotnet": {
2230
+ "namespace": "Amazon.CDK.AWS.RedshiftServerless"
2231
+ },
2232
+ "java": {
2233
+ "package": "software.amazon.awscdk.services.redshiftserverless"
2234
+ },
2235
+ "python": {
2236
+ "module": "aws_cdk.aws_redshiftserverless"
2237
+ }
2238
+ }
2239
+ },
2214
2240
  "aws-cdk-lib.aws_refactorspaces": {
2215
2241
  "targets": {
2216
2242
  "dotnet": {
@@ -2968,7 +2994,7 @@
2968
2994
  },
2969
2995
  "targets": {
2970
2996
  "dotnet": {
2971
- "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
2997
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
2972
2998
  "namespace": "Amazon.CDK",
2973
2999
  "packageId": "Amazon.CDK.Lib"
2974
3000
  },
@@ -3303,6 +3329,6 @@
3303
3329
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
3304
3330
  }
3305
3331
  },
3306
- "version": "2.13.0",
3307
- "fingerprint": "HakDu9YKsBzSGWom1owXAeSPc/l+S0JOhkM8aEAxKZQ="
3332
+ "version": "2.14.0",
3333
+ "fingerprint": "eGwHS5uzCszri5pj8vdvApSF+WWLUkSU9dmS5HCtJKs="
3308
3334
  }
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.13.0" };
62
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.14.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.13.0",
3
+ "version": "2.14.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.13.0"
56
+ "@aws-solutions-constructs/core": "2.14.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-cdk/assert": "2.25.0",
59
+ "@aws-cdk/assert": "2.36.0",
60
60
  "@types/jest": "^27.4.0",
61
61
  "@types/node": "^10.3.0",
62
- "aws-cdk-lib": "2.25.0",
62
+ "aws-cdk-lib": "2.36.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.13.0",
81
- "aws-cdk-lib": "^2.25.0",
80
+ "@aws-solutions-constructs/core": "2.14.0",
81
+ "aws-cdk-lib": "^2.36.0",
82
82
  "constructs": "^10.0.0"
83
83
  },
84
84
  "keywords": [