@aws-solutions-constructs/aws-lambda-elasticachememcached 2.54.0 → 2.54.1

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,9 +8,9 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/integ-tests-alpha": "2.130.0-alpha.0",
12
- "@aws-solutions-constructs/core": "2.54.0",
13
- "aws-cdk-lib": "^2.130.0",
11
+ "@aws-cdk/integ-tests-alpha": "2.135.0-alpha.0",
12
+ "@aws-solutions-constructs/core": "2.54.1",
13
+ "aws-cdk-lib": "^2.135.0",
14
14
  "constructs": "^10.0.0"
15
15
  },
16
16
  "dependencyClosure": {
@@ -3090,6 +3090,19 @@
3090
3090
  }
3091
3091
  }
3092
3092
  },
3093
+ "aws-cdk-lib.aws_securitylake": {
3094
+ "targets": {
3095
+ "dotnet": {
3096
+ "package": "Amazon.CDK.AWS.SecurityLake"
3097
+ },
3098
+ "java": {
3099
+ "package": "software.amazon.awscdk.services.securitylake"
3100
+ },
3101
+ "python": {
3102
+ "module": "aws_cdk.aws_securitylake"
3103
+ }
3104
+ }
3105
+ },
3093
3106
  "aws-cdk-lib.aws_servicecatalog": {
3094
3107
  "targets": {
3095
3108
  "dotnet": {
@@ -3704,7 +3717,7 @@
3704
3717
  },
3705
3718
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon Elasticache memcached cache.",
3706
3719
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3707
- "jsiiVersion": "1.94.0 (build b380f01)",
3720
+ "jsiiVersion": "1.96.0 (build 921e240)",
3708
3721
  "keywords": [
3709
3722
  "aws",
3710
3723
  "cdk",
@@ -3987,6 +4000,6 @@
3987
4000
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
3988
4001
  }
3989
4002
  },
3990
- "version": "2.54.0",
3991
- "fingerprint": "lEsd0ADjgaImXp2ei+E6sOL3l4CpZi+HpFXnSpAfIMo="
4003
+ "version": "2.54.1",
4004
+ "fingerprint": "TyYiYfGVXVvmoitgzEE8BHZh9kR+CCgwLF3ZplSNNLw="
3992
4005
  }
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.54.0" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.54.1" };
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.54.0",
3
+ "version": "2.54.1",
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,15 +53,15 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@aws-cdk/integ-tests-alpha": "2.130.0-alpha.0",
57
- "@aws-solutions-constructs/core": "2.54.0",
56
+ "@aws-cdk/integ-tests-alpha": "2.135.0-alpha.0",
57
+ "@aws-solutions-constructs/core": "2.54.1",
58
58
  "constructs": "^10.0.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/jest": "^27.4.0",
62
62
  "@types/node": "^10.3.0",
63
63
  "constructs": "^10.0.0",
64
- "aws-cdk-lib": "2.130.0"
64
+ "aws-cdk-lib": "2.135.0"
65
65
  },
66
66
  "jest": {
67
67
  "moduleFileExtensions": [
@@ -78,9 +78,9 @@
78
78
  ]
79
79
  },
80
80
  "peerDependencies": {
81
- "@aws-solutions-constructs/core": "2.54.0",
81
+ "@aws-solutions-constructs/core": "2.54.1",
82
82
  "constructs": "^10.0.0",
83
- "aws-cdk-lib": "^2.130.0"
83
+ "aws-cdk-lib": "^2.135.0"
84
84
  },
85
85
  "keywords": [
86
86
  "aws",