@aws-solutions-constructs/aws-lambda-elasticachememcached 2.85.0 → 2.85.2

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 (24) hide show
  1. package/.jsii +4 -4
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.lammem-existingResources.js.snapshot/cdk.out +1 -1
  5. package/test/integ.lammem-existingResources.js.snapshot/integ.json +3 -2
  6. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.assets.json +6 -3
  7. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.template.json +3 -0
  8. package/test/integ.lammem-existingResources.js.snapshot/lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.assets.json +2 -1
  9. package/test/integ.lammem-existingResources.js.snapshot/manifest.json +4 -3
  10. package/test/integ.lammem-existingResources.js.snapshot/tree.json +1 -1128
  11. package/test/integ.lammem-newResources.js.snapshot/cdk.out +1 -1
  12. package/test/integ.lammem-newResources.js.snapshot/integ.json +3 -2
  13. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.assets.json +6 -3
  14. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.template.json +3 -0
  15. package/test/integ.lammem-newResources.js.snapshot/lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.assets.json +2 -1
  16. package/test/integ.lammem-newResources.js.snapshot/manifest.json +3 -3
  17. package/test/integ.lammem-newResources.js.snapshot/tree.json +1 -1
  18. package/test/integ.lammem-withClientProps.js.snapshot/cdk.out +1 -1
  19. package/test/integ.lammem-withClientProps.js.snapshot/integ.json +3 -2
  20. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.assets.json +6 -3
  21. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.template.json +3 -0
  22. package/test/integ.lammem-withClientProps.js.snapshot/lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.assets.json +2 -1
  23. package/test/integ.lammem-withClientProps.js.snapshot/manifest.json +3 -3
  24. package/test/integ.lammem-withClientProps.js.snapshot/tree.json +1 -1
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.85.0",
12
- "aws-cdk-lib": "^2.192.0",
11
+ "@aws-solutions-constructs/core": "2.85.2",
12
+ "aws-cdk-lib": "^2.193.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -4257,6 +4257,6 @@
4257
4257
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
4258
4258
  }
4259
4259
  },
4260
- "version": "2.85.0",
4261
- "fingerprint": "5Ra0J5mlXqpM7n0XdZlTwzUKnXF5zz3+XkvbR/xpIAE="
4260
+ "version": "2.85.2",
4261
+ "fingerprint": "0nm9N2oLXVt6yayh55vVI7uolPCcova7dzGh9q4Fv/s="
4262
4262
  }
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.85.0" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.85.2" };
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.85.0",
3
+ "version": "2.85.2",
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",
@@ -54,14 +54,14 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@aws-solutions-constructs/core": "2.85.0",
57
+ "@aws-solutions-constructs/core": "2.85.2",
58
58
  "constructs": "^10.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-cdk/integ-tests-alpha": "2.192.0-alpha.0",
61
+ "@aws-cdk/integ-tests-alpha": "2.193.0-alpha.0",
62
62
  "@types/node": "^10.3.0",
63
63
  "constructs": "^10.0.0",
64
- "aws-cdk-lib": "2.192.0"
64
+ "aws-cdk-lib": "2.193.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.85.0",
81
+ "@aws-solutions-constructs/core": "2.85.2",
82
82
  "constructs": "^10.0.0",
83
- "aws-cdk-lib": "^2.192.0"
83
+ "aws-cdk-lib": "^2.193.0"
84
84
  },
85
85
  "keywords": [
86
86
  "aws",
@@ -1 +1 @@
1
- {"version":"39.0.0"}
1
+ {"version":"41.0.0"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "41.0.0",
3
3
  "testCases": {
4
4
  "lammem-existingResources/Integ/DefaultTest": {
5
5
  "stacks": [
@@ -8,5 +8,6 @@
8
8
  "assertionStack": "lammem-existingResources/Integ/DefaultTest/DeployAssert",
9
9
  "assertionStackName": "lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67"
10
10
  }
11
- }
11
+ },
12
+ "minimumCliVersion": "2.1005.0"
12
13
  }
@@ -1,7 +1,8 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "41.0.0",
3
3
  "files": {
4
4
  "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200": {
5
+ "displayName": "lammem-existingResources/Custom::VpcRestrictDefaultSGCustomResourceProvider Code",
5
6
  "source": {
6
7
  "path": "asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200",
7
8
  "packaging": "zip"
@@ -15,6 +16,7 @@
15
16
  }
16
17
  },
17
18
  "69e370dcce5ccdf0f2e726ecb0826d434cccdb06e0814e8b0d907129183e5d36": {
19
+ "displayName": "test-function/Code",
18
20
  "source": {
19
21
  "path": "asset.69e370dcce5ccdf0f2e726ecb0826d434cccdb06e0814e8b0d907129183e5d36",
20
22
  "packaging": "zip"
@@ -27,7 +29,8 @@
27
29
  }
28
30
  }
29
31
  },
30
- "a56f00b67670aa46f0d9f1b59b30cb135078ee0534cea40ebb10e94b45d220f5": {
32
+ "4129c1b5498c9c64079a765bf79c4020350e00bb11a2197a98015a116c87213c": {
33
+ "displayName": "lammem-existingResources Template",
31
34
  "source": {
32
35
  "path": "lammem-existingResources.template.json",
33
36
  "packaging": "file"
@@ -35,7 +38,7 @@
35
38
  "destinations": {
36
39
  "current_account-current_region": {
37
40
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
38
- "objectKey": "a56f00b67670aa46f0d9f1b59b30cb135078ee0534cea40ebb10e94b45d220f5.json",
41
+ "objectKey": "4129c1b5498c9c64079a765bf79c4020350e00bb11a2197a98015a116c87213c.json",
39
42
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
40
43
  }
41
44
  }
@@ -812,6 +812,9 @@
812
812
  "us-isob-east-1": {
813
813
  "value": "nodejs18.x"
814
814
  },
815
+ "us-isob-west-1": {
816
+ "value": "nodejs18.x"
817
+ },
815
818
  "us-west-1": {
816
819
  "value": "nodejs20.x"
817
820
  },
@@ -1,7 +1,8 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "41.0.0",
3
3
  "files": {
4
4
  "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "displayName": "lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67 Template",
5
6
  "source": {
6
7
  "path": "lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.template.json",
7
8
  "packaging": "file"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "40.0.0",
2
+ "version": "43.0.0",
3
3
  "artifacts": {
4
4
  "lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.assets": {
5
5
  "type": "cdk:asset-manifest",
@@ -66,7 +66,7 @@
66
66
  "validateOnSynth": false,
67
67
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
68
68
  "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
69
- "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/a56f00b67670aa46f0d9f1b59b30cb135078ee0534cea40ebb10e94b45d220f5.json",
69
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/4129c1b5498c9c64079a765bf79c4020350e00bb11a2197a98015a116c87213c.json",
70
70
  "requiresBootstrapStackVersion": 6,
71
71
  "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
72
  "additionalDependencies": [
@@ -495,5 +495,6 @@
495
495
  "file": "tree.json"
496
496
  }
497
497
  }
498
- }
498
+ },
499
+ "minimumCliVersion": "3.0.0"
499
500
  }