@aws-solutions-constructs/aws-lambda-elasticachememcached 2.80.0 → 2.81.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.
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.80.0",
12
- "aws-cdk-lib": "^2.179.0",
11
+ "@aws-solutions-constructs/core": "2.81.0",
12
+ "aws-cdk-lib": "^2.186.0",
13
13
  "constructs": "^10.0.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -967,6 +967,19 @@
967
967
  }
968
968
  }
969
969
  },
970
+ "aws-cdk-lib.aws_cognito_identitypool": {
971
+ "targets": {
972
+ "dotnet": {
973
+ "namespace": "Amazon.CDK.AWS.Cognito.Identitypool"
974
+ },
975
+ "java": {
976
+ "package": "software.amazon.awscdk.services.cognito.identitypool"
977
+ },
978
+ "python": {
979
+ "module": "aws_cdk.aws_cognito_identitypool"
980
+ }
981
+ }
982
+ },
970
983
  "aws-cdk-lib.aws_comprehend": {
971
984
  "targets": {
972
985
  "dotnet": {
@@ -1643,6 +1656,19 @@
1643
1656
  }
1644
1657
  }
1645
1658
  },
1659
+ "aws-cdk-lib.aws_gameliftstreams": {
1660
+ "targets": {
1661
+ "dotnet": {
1662
+ "package": "Amazon.CDK.AWS.GameLiftStreams"
1663
+ },
1664
+ "java": {
1665
+ "package": "software.amazon.awscdk.services.gameliftstreams"
1666
+ },
1667
+ "python": {
1668
+ "module": "aws_cdk.aws_gameliftstreams"
1669
+ }
1670
+ }
1671
+ },
1646
1672
  "aws-cdk-lib.aws_globalaccelerator": {
1647
1673
  "targets": {
1648
1674
  "dotnet": {
@@ -3268,6 +3294,19 @@
3268
3294
  }
3269
3295
  }
3270
3296
  },
3297
+ "aws-cdk-lib.aws_scheduler_targets": {
3298
+ "targets": {
3299
+ "dotnet": {
3300
+ "namespace": "Amazon.CDK.AWS.Scheduler.Targets"
3301
+ },
3302
+ "java": {
3303
+ "package": "software.amazon.awscdk.services.scheduler.targets"
3304
+ },
3305
+ "python": {
3306
+ "module": "aws_cdk.aws_scheduler_targets"
3307
+ }
3308
+ }
3309
+ },
3271
3310
  "aws-cdk-lib.aws_sdb": {
3272
3311
  "targets": {
3273
3312
  "dotnet": {
@@ -4205,6 +4244,6 @@
4205
4244
  "symbolId": "lib/index:LambdaToElasticachememcachedProps"
4206
4245
  }
4207
4246
  },
4208
- "version": "2.80.0",
4209
- "fingerprint": "xXX2ZC/bhRuOj0ueJNO5FnwtDUuCTv2QtRa6l9UMZj8="
4247
+ "version": "2.81.0",
4248
+ "fingerprint": "d1KZCX2YGKvo1weAVUC7bkrpyWFsGEdR7kRR94lWkQA="
4210
4249
  }
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.80.0" };
63
+ LambdaToElasticachememcached[_a] = { fqn: "@aws-solutions-constructs/aws-lambda-elasticachememcached.LambdaToElasticachememcached", version: "2.81.0" };
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.80.0",
3
+ "version": "2.81.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",
@@ -54,14 +54,14 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@aws-solutions-constructs/core": "2.80.0",
57
+ "@aws-solutions-constructs/core": "2.81.0",
58
58
  "constructs": "^10.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-cdk/integ-tests-alpha": "2.179.0-alpha.0",
61
+ "@aws-cdk/integ-tests-alpha": "2.186.0-alpha.0",
62
62
  "@types/node": "^10.3.0",
63
63
  "constructs": "^10.0.0",
64
- "aws-cdk-lib": "2.179.0"
64
+ "aws-cdk-lib": "2.186.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.80.0",
81
+ "@aws-solutions-constructs/core": "2.81.0",
82
82
  "constructs": "^10.0.0",
83
- "aws-cdk-lib": "^2.179.0"
83
+ "aws-cdk-lib": "^2.186.0"
84
84
  },
85
85
  "keywords": [
86
86
  "aws",
@@ -1 +1 @@
1
- {"version":"39.0.0"}
1
+ {"version":"40.0.0"}
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "40.0.0",
3
3
  "testCases": {
4
4
  "lammem-newResources/Integ/DefaultTest": {
5
5
  "stacks": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "40.0.0",
3
3
  "files": {
4
4
  "7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200": {
5
5
  "source": {
@@ -27,7 +27,7 @@
27
27
  }
28
28
  }
29
29
  },
30
- "52be3a5120b03689b4e8462b399baf8c65c4924f685b8cf3a787f96681a58649": {
30
+ "c81fab4765fdad1bf917acd0d0416b242137a5118d0e69a980c288490af0805c": {
31
31
  "source": {
32
32
  "path": "lammem-newResources.template.json",
33
33
  "packaging": "file"
@@ -35,7 +35,7 @@
35
35
  "destinations": {
36
36
  "current_account-current_region": {
37
37
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
38
- "objectKey": "52be3a5120b03689b4e8462b399baf8c65c4924f685b8cf3a787f96681a58649.json",
38
+ "objectKey": "c81fab4765fdad1bf917acd0d0416b242137a5118d0e69a980c288490af0805c.json",
39
39
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
40
40
  }
41
41
  }
@@ -166,9 +166,7 @@
166
166
  "ec2:CreateNetworkInterface",
167
167
  "ec2:DeleteNetworkInterface",
168
168
  "ec2:DescribeNetworkInterfaces",
169
- "ec2:UnassignPrivateIpAddresses",
170
- "xray:PutTelemetryRecords",
171
- "xray:PutTraceSegments"
169
+ "ec2:UnassignPrivateIpAddresses"
172
170
  ],
173
171
  "Effect": "Allow",
174
172
  "Resource": "*"
@@ -319,6 +317,34 @@
319
317
  }
320
318
  }
321
319
  },
320
+ "lammemnewResourcesLambdaFunctioninlinePolicyAddedToExecutionRole03F480433": {
321
+ "Type": "AWS::IAM::Policy",
322
+ "Properties": {
323
+ "PolicyDocument": {
324
+ "Statement": [
325
+ {
326
+ "Action": [
327
+ "xray:PutTelemetryRecords",
328
+ "xray:PutTraceSegments"
329
+ ],
330
+ "Effect": "Allow",
331
+ "Resource": "*"
332
+ }
333
+ ],
334
+ "Version": "2012-10-17"
335
+ },
336
+ "PolicyName": "lammemnewResourcesLambdaFunctioninlinePolicyAddedToExecutionRole03F480433",
337
+ "Roles": [
338
+ {
339
+ "Ref": "lammemnewResourcesLambdaFunctionServiceRoleDB5D0991"
340
+ }
341
+ ]
342
+ },
343
+ "DependsOn": [
344
+ "VpcisolatedSubnet1RouteTableAssociationD259E31A",
345
+ "VpcisolatedSubnet2RouteTableAssociation25A4716F"
346
+ ]
347
+ },
322
348
  "Vpc8378EB38": {
323
349
  "Type": "AWS::EC2::VPC",
324
350
  "Properties": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "40.0.0",
3
3
  "files": {
4
4
  "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
5
  "source": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "40.0.0",
2
+ "version": "42.0.0",
3
3
  "artifacts": {
4
4
  "lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.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}/52be3a5120b03689b4e8462b399baf8c65c4924f685b8cf3a787f96681a58649.json",
69
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/c81fab4765fdad1bf917acd0d0416b242137a5118d0e69a980c288490af0805c.json",
70
70
  "requiresBootstrapStackVersion": 6,
71
71
  "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
72
  "additionalDependencies": [
@@ -161,8 +161,16 @@
161
161
  {
162
162
  "type": "aws:cdk:analytics:method",
163
163
  "data": {
164
- "addToPrincipalPolicy": [
165
- {}
164
+ "attachInlinePolicy": [
165
+ "*"
166
+ ]
167
+ }
168
+ },
169
+ {
170
+ "type": "aws:cdk:analytics:method",
171
+ "data": {
172
+ "attachInlinePolicy": [
173
+ "*"
166
174
  ]
167
175
  }
168
176
  }
@@ -200,14 +208,6 @@
200
208
  ]
201
209
  }
202
210
  },
203
- {
204
- "type": "aws:cdk:analytics:method",
205
- "data": {
206
- "addStatements": [
207
- {}
208
- ]
209
- }
210
- },
211
211
  {
212
212
  "type": "aws:cdk:analytics:method",
213
213
  "data": {
@@ -282,6 +282,44 @@
282
282
  "data": "lammemnewResourcesLambdaFunction960422D5"
283
283
  }
284
284
  ],
285
+ "/lammem-newResources/lammem-newResources/LambdaFunction/inlinePolicyAddedToExecutionRole-0": [
286
+ {
287
+ "type": "aws:cdk:analytics:construct",
288
+ "data": {
289
+ "statements": "*"
290
+ }
291
+ },
292
+ {
293
+ "type": "aws:cdk:analytics:method",
294
+ "data": {
295
+ "addStatements": [
296
+ {}
297
+ ]
298
+ }
299
+ },
300
+ {
301
+ "type": "aws:cdk:analytics:method",
302
+ "data": {
303
+ "attachToRole": [
304
+ "*"
305
+ ]
306
+ }
307
+ },
308
+ {
309
+ "type": "aws:cdk:analytics:method",
310
+ "data": {
311
+ "attachToRole": [
312
+ "*"
313
+ ]
314
+ }
315
+ }
316
+ ],
317
+ "/lammem-newResources/lammem-newResources/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource": [
318
+ {
319
+ "type": "aws:cdk:logicalId",
320
+ "data": "lammemnewResourcesLambdaFunctioninlinePolicyAddedToExecutionRole03F480433"
321
+ }
322
+ ],
285
323
  "/lammem-newResources/Vpc": [
286
324
  {
287
325
  "type": "aws:cdk:analytics:construct",
@@ -570,5 +608,6 @@
570
608
  "file": "tree.json"
571
609
  }
572
610
  }
573
- }
611
+ },
612
+ "minimumCliVersion": "2.1006.0"
574
613
  }