Skip to content

Commit 5272908

Browse files
authored
feat(lambda): add insights version 1.0.178.0 (#23836)
---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Construct Runtime Dependencies: * [ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1a07081 commit 5272908

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

packages/@aws-cdk/aws-lambda/lib/lambda-insights.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ interface InsightsBindConfig {
2121
* Version of CloudWatch Lambda Insights
2222
*/
2323
export abstract class LambdaInsightsVersion {
24-
2524
/**
2625
* Version 1.0.54.0
2726
*/
@@ -57,6 +56,11 @@ export abstract class LambdaInsightsVersion {
5756
*/
5857
public static readonly VERSION_1_0_143_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.143.0');
5958

59+
/**
60+
* Version 1.0.178.0
61+
*/
62+
public static readonly VERSION_1_0_178_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.178.0');
63+
6064
/**
6165
* Use the insights extension associated with the provided ARN. Make sure the ARN is associated
6266
* with same region as your function
@@ -75,7 +79,6 @@ export abstract class LambdaInsightsVersion {
7579

7680
// Use the verison to build the object. Not meant to be called by the user -- user should use e.g. VERSION_1_0_54_0
7781
private static fromInsightsVersion(insightsVersion: string): LambdaInsightsVersion {
78-
7982
class InsightsVersion extends LambdaInsightsVersion {
8083
public readonly layerVersionArn = Lazy.uncachedString({
8184
produce: (context) => getVersionArn(context.scope, insightsVersion),

packages/@aws-cdk/region-info/build-tools/fact-tables.ts

+14
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,20 @@ export const APPMESH_ECR_ACCOUNTS: { [region: string]: string } = {
200200

201201
// https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versions.html
202202
export const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS: { [key: string]: any } = {
203+
'1.0.178.0': {
204+
x86_64: {
205+
// Asia Pacific (Hyderabad)
206+
'ap-south-2': 'arn:aws:lambda:ap-south-2:891564319516:layer:LambdaInsightsExtension:6',
207+
// Asia Pacific (Jakarta)
208+
'ap-southeast-3': 'arn:aws:lambda:ap-southeast-3:439286490199:layer:LambdaInsightsExtension:8',
209+
// Europe (Spain)
210+
'eu-south-2': 'arn:aws:lambda:eu-south-2:352183217350:layer:LambdaInsightsExtension:2',
211+
// Europe (Zurich)
212+
'eu-central-2': 'arn:aws:lambda:eu-central-2:033019950311:layer:LambdaInsightsExtension:7',
213+
// Middle East (UAE)
214+
'me-central-1': 'arn:aws:lambda:me-central-1:732604637566:layer:LambdaInsightsExtension:6',
215+
},
216+
},
203217
'1.0.143.0': {
204218
x86_64: {
205219
// US East (N. Virginia)

packages/@aws-cdk/region-info/test/__snapshots__/region-info.test.js.snap

+33
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Object {
1313
"1.0.119.0": "arn:aws:lambda:af-south-1:012438385374:layer:LambdaInsightsExtension:9",
1414
"1.0.135.0": "arn:aws:lambda:af-south-1:012438385374:layer:LambdaInsightsExtension:11",
1515
"1.0.143.0": "arn:aws:lambda:af-south-1:012438385374:layer:LambdaInsightsExtension:13",
16+
"1.0.178.0": undefined,
1617
"1.0.54.0": undefined,
1718
"1.0.86.0": undefined,
1819
"1.0.89.0": undefined,
@@ -47,6 +48,7 @@ Object {
4748
"1.0.119.0": "arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:9",
4849
"1.0.135.0": "arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:11",
4950
"1.0.143.0": "arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:13",
51+
"1.0.178.0": undefined,
5052
"1.0.54.0": undefined,
5153
"1.0.86.0": undefined,
5254
"1.0.89.0": undefined,
@@ -81,6 +83,7 @@ Object {
8183
"1.0.119.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:23",
8284
"1.0.135.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:25",
8385
"1.0.143.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:31",
86+
"1.0.178.0": undefined,
8487
"1.0.54.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:2",
8588
"1.0.86.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:11",
8689
"1.0.89.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -115,6 +118,7 @@ Object {
115118
"1.0.119.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:16",
116119
"1.0.135.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:18",
117120
"1.0.143.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:20",
121+
"1.0.178.0": undefined,
118122
"1.0.54.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:2",
119123
"1.0.86.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:11",
120124
"1.0.89.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -149,6 +153,7 @@ Object {
149153
"1.0.119.0": undefined,
150154
"1.0.135.0": "arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:1",
151155
"1.0.143.0": "arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:2",
156+
"1.0.178.0": undefined,
152157
"1.0.54.0": undefined,
153158
"1.0.86.0": undefined,
154159
"1.0.89.0": undefined,
@@ -183,6 +188,7 @@ Object {
183188
"1.0.119.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:16",
184189
"1.0.135.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:18",
185190
"1.0.143.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:21",
191+
"1.0.178.0": undefined,
186192
"1.0.54.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:2",
187193
"1.0.86.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:11",
188194
"1.0.89.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -217,6 +223,7 @@ Object {
217223
"1.0.119.0": undefined,
218224
"1.0.135.0": undefined,
219225
"1.0.143.0": undefined,
226+
"1.0.178.0": "arn:aws:lambda:ap-south-2:891564319516:layer:LambdaInsightsExtension:6",
220227
"1.0.54.0": undefined,
221228
"1.0.86.0": undefined,
222229
"1.0.89.0": undefined,
@@ -251,6 +258,7 @@ Object {
251258
"1.0.119.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:16",
252259
"1.0.135.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:18",
253260
"1.0.143.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:21",
261+
"1.0.178.0": undefined,
254262
"1.0.54.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:2",
255263
"1.0.86.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:11",
256264
"1.0.89.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -285,6 +293,7 @@ Object {
285293
"1.0.119.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:16",
286294
"1.0.135.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:18",
287295
"1.0.143.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:21",
296+
"1.0.178.0": undefined,
288297
"1.0.54.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:2",
289298
"1.0.86.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:11",
290299
"1.0.89.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -319,6 +328,7 @@ Object {
319328
"1.0.119.0": undefined,
320329
"1.0.135.0": undefined,
321330
"1.0.143.0": undefined,
331+
"1.0.178.0": "arn:aws:lambda:ap-southeast-3:439286490199:layer:LambdaInsightsExtension:8",
322332
"1.0.54.0": undefined,
323333
"1.0.86.0": undefined,
324334
"1.0.89.0": undefined,
@@ -353,6 +363,7 @@ Object {
353363
"1.0.119.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:16",
354364
"1.0.135.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:18",
355365
"1.0.143.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:20",
366+
"1.0.178.0": undefined,
356367
"1.0.54.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:2",
357368
"1.0.86.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:11",
358369
"1.0.89.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -387,6 +398,7 @@ Object {
387398
"1.0.119.0": "arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:9",
388399
"1.0.135.0": "arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:11",
389400
"1.0.143.0": "arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:14",
401+
"1.0.178.0": undefined,
390402
"1.0.54.0": undefined,
391403
"1.0.86.0": undefined,
392404
"1.0.89.0": undefined,
@@ -421,6 +433,7 @@ Object {
421433
"1.0.119.0": "arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:9",
422434
"1.0.135.0": "arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:11",
423435
"1.0.143.0": "arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:14",
436+
"1.0.178.0": undefined,
424437
"1.0.54.0": undefined,
425438
"1.0.86.0": undefined,
426439
"1.0.89.0": undefined,
@@ -455,6 +468,7 @@ Object {
455468
"1.0.119.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:16",
456469
"1.0.135.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:18",
457470
"1.0.143.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:21",
471+
"1.0.178.0": undefined,
458472
"1.0.54.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:2",
459473
"1.0.86.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:11",
460474
"1.0.89.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -489,6 +503,7 @@ Object {
489503
"1.0.119.0": undefined,
490504
"1.0.135.0": undefined,
491505
"1.0.143.0": undefined,
506+
"1.0.178.0": "arn:aws:lambda:eu-central-2:033019950311:layer:LambdaInsightsExtension:7",
492507
"1.0.54.0": undefined,
493508
"1.0.86.0": undefined,
494509
"1.0.89.0": undefined,
@@ -523,6 +538,7 @@ Object {
523538
"1.0.119.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:16",
524539
"1.0.135.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:18",
525540
"1.0.143.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:20",
541+
"1.0.178.0": undefined,
526542
"1.0.54.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:2",
527543
"1.0.86.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:11",
528544
"1.0.89.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -557,6 +573,7 @@ Object {
557573
"1.0.119.0": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:9",
558574
"1.0.135.0": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:11",
559575
"1.0.143.0": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:13",
576+
"1.0.178.0": undefined,
560577
"1.0.54.0": undefined,
561578
"1.0.86.0": undefined,
562579
"1.0.89.0": undefined,
@@ -591,6 +608,7 @@ Object {
591608
"1.0.119.0": undefined,
592609
"1.0.135.0": undefined,
593610
"1.0.143.0": undefined,
611+
"1.0.178.0": "arn:aws:lambda:eu-south-2:352183217350:layer:LambdaInsightsExtension:2",
594612
"1.0.54.0": undefined,
595613
"1.0.86.0": undefined,
596614
"1.0.89.0": undefined,
@@ -625,6 +643,7 @@ Object {
625643
"1.0.119.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:16",
626644
"1.0.135.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:18",
627645
"1.0.143.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:21",
646+
"1.0.178.0": undefined,
628647
"1.0.54.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:2",
629648
"1.0.86.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:11",
630649
"1.0.89.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -659,6 +678,7 @@ Object {
659678
"1.0.119.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:16",
660679
"1.0.135.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:18",
661680
"1.0.143.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:21",
681+
"1.0.178.0": undefined,
662682
"1.0.54.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:2",
663683
"1.0.86.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:11",
664684
"1.0.89.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -693,6 +713,7 @@ Object {
693713
"1.0.119.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:16",
694714
"1.0.135.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:18",
695715
"1.0.143.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:20",
716+
"1.0.178.0": undefined,
696717
"1.0.54.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:2",
697718
"1.0.86.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:11",
698719
"1.0.89.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:12",
@@ -727,6 +748,7 @@ Object {
727748
"1.0.119.0": undefined,
728749
"1.0.135.0": undefined,
729750
"1.0.143.0": undefined,
751+
"1.0.178.0": "arn:aws:lambda:me-central-1:732604637566:layer:LambdaInsightsExtension:6",
730752
"1.0.54.0": undefined,
731753
"1.0.86.0": undefined,
732754
"1.0.89.0": undefined,
@@ -761,6 +783,7 @@ Object {
761783
"1.0.119.0": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:9",
762784
"1.0.135.0": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:11",
763785
"1.0.143.0": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:13",
786+
"1.0.178.0": undefined,
764787
"1.0.54.0": undefined,
765788
"1.0.86.0": undefined,
766789
"1.0.89.0": undefined,
@@ -795,6 +818,7 @@ Object {
795818
"1.0.119.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:16",
796819
"1.0.135.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:18",
797820
"1.0.143.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:20",
821+
"1.0.178.0": undefined,
798822
"1.0.54.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:2",
799823
"1.0.86.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:11",
800824
"1.0.89.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -829,6 +853,7 @@ Object {
829853
"1.0.119.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:16",
830854
"1.0.135.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:18",
831855
"1.0.143.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:21",
856+
"1.0.178.0": undefined,
832857
"1.0.54.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:2",
833858
"1.0.86.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:11",
834859
"1.0.89.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -863,6 +888,7 @@ Object {
863888
"1.0.119.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:16",
864889
"1.0.135.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:18",
865890
"1.0.143.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:21",
891+
"1.0.178.0": undefined,
866892
"1.0.54.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:2",
867893
"1.0.86.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:11",
868894
"1.0.89.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -897,6 +923,7 @@ Object {
897923
"1.0.119.0": undefined,
898924
"1.0.135.0": undefined,
899925
"1.0.143.0": undefined,
926+
"1.0.178.0": undefined,
900927
"1.0.54.0": undefined,
901928
"1.0.86.0": undefined,
902929
"1.0.89.0": undefined,
@@ -931,6 +958,7 @@ Object {
931958
"1.0.119.0": undefined,
932959
"1.0.135.0": undefined,
933960
"1.0.143.0": undefined,
961+
"1.0.178.0": undefined,
934962
"1.0.54.0": undefined,
935963
"1.0.86.0": undefined,
936964
"1.0.89.0": undefined,
@@ -965,6 +993,7 @@ Object {
965993
"1.0.119.0": undefined,
966994
"1.0.135.0": undefined,
967995
"1.0.143.0": undefined,
996+
"1.0.178.0": undefined,
968997
"1.0.54.0": undefined,
969998
"1.0.86.0": undefined,
970999
"1.0.89.0": undefined,
@@ -999,6 +1028,7 @@ Object {
9991028
"1.0.119.0": undefined,
10001029
"1.0.135.0": undefined,
10011030
"1.0.143.0": undefined,
1031+
"1.0.178.0": undefined,
10021032
"1.0.54.0": undefined,
10031033
"1.0.86.0": undefined,
10041034
"1.0.89.0": undefined,
@@ -1033,6 +1063,7 @@ Object {
10331063
"1.0.119.0": undefined,
10341064
"1.0.135.0": undefined,
10351065
"1.0.143.0": undefined,
1066+
"1.0.178.0": undefined,
10361067
"1.0.54.0": undefined,
10371068
"1.0.86.0": undefined,
10381069
"1.0.89.0": undefined,
@@ -1067,6 +1098,7 @@ Object {
10671098
"1.0.119.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:16",
10681099
"1.0.135.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:18",
10691100
"1.0.143.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:20",
1101+
"1.0.178.0": undefined,
10701102
"1.0.54.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:2",
10711103
"1.0.86.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:11",
10721104
"1.0.89.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -1101,6 +1133,7 @@ Object {
11011133
"1.0.119.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:16",
11021134
"1.0.135.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:18",
11031135
"1.0.143.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:21",
1136+
"1.0.178.0": undefined,
11041137
"1.0.54.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:2",
11051138
"1.0.86.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:11",
11061139
"1.0.89.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:12",

0 commit comments

Comments
 (0)