@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 +43 -4
- package/lib/index.js +1 -1
- package/package.json +6 -6
- package/test/integ.lammem-newResources.js.snapshot/cdk.out +1 -1
- package/test/integ.lammem-newResources.js.snapshot/integ.json +1 -1
- package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.assets.json +3 -3
- package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.template.json +29 -3
- package/test/integ.lammem-newResources.js.snapshot/lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.assets.json +1 -1
- package/test/integ.lammem-newResources.js.snapshot/manifest.json +52 -13
- package/test/integ.lammem-newResources.js.snapshot/tree.json +1 -1192
- package/test/integ.lammem-withClientProps.js.snapshot/cdk.out +1 -1
- package/test/integ.lammem-withClientProps.js.snapshot/integ.json +1 -1
- package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.assets.json +3 -3
- package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.template.json +29 -3
- package/test/integ.lammem-withClientProps.js.snapshot/lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.assets.json +1 -1
- package/test/integ.lammem-withClientProps.js.snapshot/manifest.json +52 -13
- package/test/integ.lammem-withClientProps.js.snapshot/tree.json +1 -1193
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"40.0.0"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
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
|
-
"
|
|
30
|
+
"fb9961126c1a0ec1aa16292506e8e4417e98e8481fddc054f8bbb2f6c3c73b8d": {
|
|
31
31
|
"source": {
|
|
32
32
|
"path": "lammem-withClientProps.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": "
|
|
38
|
+
"objectKey": "fb9961126c1a0ec1aa16292506e8e4417e98e8481fddc054f8bbb2f6c3c73b8d.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
|
+
"lammemwithClientPropsLambdaFunctioninlinePolicyAddedToExecutionRole0EA653AE3": {
|
|
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": "lammemwithClientPropsLambdaFunctioninlinePolicyAddedToExecutionRole0EA653AE3",
|
|
337
|
+
"Roles": [
|
|
338
|
+
{
|
|
339
|
+
"Ref": "lammemwithClientPropsLambdaFunctionServiceRole4A4D2BF6"
|
|
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": "
|
|
2
|
+
"version": "42.0.0",
|
|
3
3
|
"artifacts": {
|
|
4
4
|
"lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.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}/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/fb9961126c1a0ec1aa16292506e8e4417e98e8481fddc054f8bbb2f6c3c73b8d.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
|
-
"
|
|
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": "lammemwithClientPropsLambdaFunction28E6BF2F"
|
|
283
283
|
}
|
|
284
284
|
],
|
|
285
|
+
"/lammem-withClientProps/lammem-withClientProps/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-withClientProps/lammem-withClientProps/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource": [
|
|
318
|
+
{
|
|
319
|
+
"type": "aws:cdk:logicalId",
|
|
320
|
+
"data": "lammemwithClientPropsLambdaFunctioninlinePolicyAddedToExecutionRole0EA653AE3"
|
|
321
|
+
}
|
|
322
|
+
],
|
|
285
323
|
"/lammem-withClientProps/Vpc": [
|
|
286
324
|
{
|
|
287
325
|
"type": "aws:cdk:analytics:construct",
|
|
@@ -571,5 +609,6 @@
|
|
|
571
609
|
"file": "tree.json"
|
|
572
610
|
}
|
|
573
611
|
}
|
|
574
|
-
}
|
|
612
|
+
},
|
|
613
|
+
"minimumCliVersion": "2.1006.0"
|
|
575
614
|
}
|