Skip to content

Commit 1f6eb1f

Browse files
authored
chore(lambda): adding Lambda insights 1.0.143.0 (#22626)
ref: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-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 f1b5497 commit 1f6eb1f

File tree

4 files changed

+97
-1
lines changed

4 files changed

+97
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ export abstract class LambdaInsightsVersion {
5252
*/
5353
public static readonly VERSION_1_0_135_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.135.0');
5454

55+
/**
56+
* Version 1.0.143.0
57+
*/
58+
public static readonly VERSION_1_0_143_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.143.0');
59+
5560
/**
5661
* Use the insights extension associated with the provided ARN. Make sure the ARN is associated
5762
* with same region as your function

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,15 @@ describe('lambda-insights', () => {
239239
// On synthesis it should not throw an error
240240
expect(() => app.synth()).not.toThrow();
241241
});
242+
test('can use layer v1.0.143.0', () => {
243+
const app = new cdk.App();
244+
const stack = new cdk.Stack(app, 'Stack', {
245+
env: { account: '123456789012', region: 'us-east-1' },
246+
});
247+
functionWithInsightsVersion(stack, 'MyLambda', lambda.LambdaInsightsVersion.VERSION_1_0_143_0, lambda.Architecture.X86_64);
248+
249+
Template.fromStack(stack).hasResourceProperties('AWS::Lambda::Function', {
250+
Layers: ['arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:21'],
251+
});
252+
});
242253
});

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

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,56 @@ export const APPMESH_ECR_ACCOUNTS: { [region: string]: string } = {
191191

192192
// https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versions.html
193193
export const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS: { [key: string]: any } = {
194+
'1.0.143.0': {
195+
x86_64: {
196+
// US East (N. Virginia)
197+
'us-east-1': 'arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:21',
198+
// US East (Ohio)
199+
'us-east-2': 'arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:21',
200+
// US West (N. California)
201+
'us-west-1': 'arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:20',
202+
// US West (Oregon)
203+
'us-west-2': 'arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:21',
204+
// Africa (Cape Town)
205+
'af-south-1': 'arn:aws:lambda:af-south-1:012438385374:layer:LambdaInsightsExtension:13',
206+
// Asia Pacific (Hong Kong)
207+
'ap-east-1': 'arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:13',
208+
// Asia Pacific (Mumbai)
209+
'ap-south-1': 'arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:21',
210+
// Asia Pacific (Osaka)
211+
'ap-northeast-3': 'arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:2',
212+
// Asia Pacific (Seoul)
213+
'ap-northeast-2': 'arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:20',
214+
// Asia Pacific (Singapore)
215+
'ap-southeast-1': 'arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:21',
216+
// Asia Pacific (Sydney)
217+
'ap-southeast-2': 'arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:21',
218+
// Asia Pacific (Tokyo)
219+
'ap-northeast-1': 'arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:31',
220+
// Canada (Central)
221+
'ca-central-1': 'arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:20',
222+
// China (Beijing)
223+
'cn-north-1': 'arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:14',
224+
// China (Ningxia)
225+
'cn-northwest-1': 'arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:14',
226+
// Europe (Frankfurt)
227+
'eu-central-1': 'arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:21',
228+
// Europe (Ireland)
229+
'eu-west-1': 'arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:21',
230+
// Europe (London)
231+
'eu-west-2': 'arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:21',
232+
// Europe (Milan)
233+
'eu-south-1': 'arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:13',
234+
// Europe (Paris)
235+
'eu-west-3': 'arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:20',
236+
// Europe (Stockholm)
237+
'eu-north-1': 'arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:20',
238+
// Middle East (Bahrain)
239+
'me-south-1': 'arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:13',
240+
// South America (Sao Paulo)
241+
'sa-east-1': 'arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:20',
242+
},
243+
},
194244
'1.0.135.0': {
195245
arm64: {
196246
// US East (N. Virginia)
@@ -229,7 +279,7 @@ export const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS: { [key: string]: any } = {
229279
'ap-east-1': 'arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:11',
230280
// Asia Pacific (Mumbai)
231281
'ap-south-1': 'arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:18',
232-
// Asia Pacific (Oskaka)
282+
// Asia Pacific (Osaka)
233283
'ap-northeast-3': 'arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:1',
234284
// Asia Pacific (Seoul)
235285
'ap-northeast-2': 'arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:18',

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Object {
1212
"lambdaInsightsVersions": 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",
15+
"1.0.143.0": "arn:aws:lambda:af-south-1:012438385374:layer:LambdaInsightsExtension:13",
1516
"1.0.54.0": undefined,
1617
"1.0.86.0": undefined,
1718
"1.0.89.0": undefined,
@@ -45,6 +46,7 @@ Object {
4546
"lambdaInsightsVersions": Object {
4647
"1.0.119.0": "arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:9",
4748
"1.0.135.0": "arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:11",
49+
"1.0.143.0": "arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:13",
4850
"1.0.54.0": undefined,
4951
"1.0.86.0": undefined,
5052
"1.0.89.0": undefined,
@@ -78,6 +80,7 @@ Object {
7880
"lambdaInsightsVersions": Object {
7981
"1.0.119.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:23",
8082
"1.0.135.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:25",
83+
"1.0.143.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:31",
8184
"1.0.54.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:2",
8285
"1.0.86.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:11",
8386
"1.0.89.0": "arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -111,6 +114,7 @@ Object {
111114
"lambdaInsightsVersions": Object {
112115
"1.0.119.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:16",
113116
"1.0.135.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:18",
117+
"1.0.143.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:20",
114118
"1.0.54.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:2",
115119
"1.0.86.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:11",
116120
"1.0.89.0": "arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -144,6 +148,7 @@ Object {
144148
"lambdaInsightsVersions": Object {
145149
"1.0.119.0": undefined,
146150
"1.0.135.0": "arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:1",
151+
"1.0.143.0": "arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:2",
147152
"1.0.54.0": undefined,
148153
"1.0.86.0": undefined,
149154
"1.0.89.0": undefined,
@@ -177,6 +182,7 @@ Object {
177182
"lambdaInsightsVersions": Object {
178183
"1.0.119.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:16",
179184
"1.0.135.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:18",
185+
"1.0.143.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:21",
180186
"1.0.54.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:2",
181187
"1.0.86.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:11",
182188
"1.0.89.0": "arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -210,6 +216,7 @@ Object {
210216
"lambdaInsightsVersions": Object {
211217
"1.0.119.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:16",
212218
"1.0.135.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:18",
219+
"1.0.143.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:21",
213220
"1.0.54.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:2",
214221
"1.0.86.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:11",
215222
"1.0.89.0": "arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -243,6 +250,7 @@ Object {
243250
"lambdaInsightsVersions": Object {
244251
"1.0.119.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:16",
245252
"1.0.135.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:18",
253+
"1.0.143.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:21",
246254
"1.0.54.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:2",
247255
"1.0.86.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:11",
248256
"1.0.89.0": "arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -276,6 +284,7 @@ Object {
276284
"lambdaInsightsVersions": Object {
277285
"1.0.119.0": undefined,
278286
"1.0.135.0": undefined,
287+
"1.0.143.0": undefined,
279288
"1.0.54.0": undefined,
280289
"1.0.86.0": undefined,
281290
"1.0.89.0": undefined,
@@ -309,6 +318,7 @@ Object {
309318
"lambdaInsightsVersions": Object {
310319
"1.0.119.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:16",
311320
"1.0.135.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:18",
321+
"1.0.143.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:20",
312322
"1.0.54.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:2",
313323
"1.0.86.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:11",
314324
"1.0.89.0": "arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -342,6 +352,7 @@ Object {
342352
"lambdaInsightsVersions": Object {
343353
"1.0.119.0": "arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:9",
344354
"1.0.135.0": "arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:11",
355+
"1.0.143.0": "arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:14",
345356
"1.0.54.0": undefined,
346357
"1.0.86.0": undefined,
347358
"1.0.89.0": undefined,
@@ -375,6 +386,7 @@ Object {
375386
"lambdaInsightsVersions": Object {
376387
"1.0.119.0": "arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:9",
377388
"1.0.135.0": "arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:11",
389+
"1.0.143.0": "arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:14",
378390
"1.0.54.0": undefined,
379391
"1.0.86.0": undefined,
380392
"1.0.89.0": undefined,
@@ -408,6 +420,7 @@ Object {
408420
"lambdaInsightsVersions": Object {
409421
"1.0.119.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:16",
410422
"1.0.135.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:18",
423+
"1.0.143.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:21",
411424
"1.0.54.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:2",
412425
"1.0.86.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:11",
413426
"1.0.89.0": "arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -441,6 +454,7 @@ Object {
441454
"lambdaInsightsVersions": Object {
442455
"1.0.119.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:16",
443456
"1.0.135.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:18",
457+
"1.0.143.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:20",
444458
"1.0.54.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:2",
445459
"1.0.86.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:11",
446460
"1.0.89.0": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -474,6 +488,7 @@ Object {
474488
"lambdaInsightsVersions": Object {
475489
"1.0.119.0": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:9",
476490
"1.0.135.0": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:11",
491+
"1.0.143.0": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:13",
477492
"1.0.54.0": undefined,
478493
"1.0.86.0": undefined,
479494
"1.0.89.0": undefined,
@@ -507,6 +522,7 @@ Object {
507522
"lambdaInsightsVersions": Object {
508523
"1.0.119.0": undefined,
509524
"1.0.135.0": undefined,
525+
"1.0.143.0": undefined,
510526
"1.0.54.0": undefined,
511527
"1.0.86.0": undefined,
512528
"1.0.89.0": undefined,
@@ -540,6 +556,7 @@ Object {
540556
"lambdaInsightsVersions": Object {
541557
"1.0.119.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:16",
542558
"1.0.135.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:18",
559+
"1.0.143.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:21",
543560
"1.0.54.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:2",
544561
"1.0.86.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:11",
545562
"1.0.89.0": "arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -573,6 +590,7 @@ Object {
573590
"lambdaInsightsVersions": Object {
574591
"1.0.119.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:16",
575592
"1.0.135.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:18",
593+
"1.0.143.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:21",
576594
"1.0.54.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:2",
577595
"1.0.86.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:11",
578596
"1.0.89.0": "arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -606,6 +624,7 @@ Object {
606624
"lambdaInsightsVersions": Object {
607625
"1.0.119.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:16",
608626
"1.0.135.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:18",
627+
"1.0.143.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:20",
609628
"1.0.54.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:2",
610629
"1.0.86.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:11",
611630
"1.0.89.0": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:12",
@@ -639,6 +658,7 @@ Object {
639658
"lambdaInsightsVersions": Object {
640659
"1.0.119.0": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:9",
641660
"1.0.135.0": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:11",
661+
"1.0.143.0": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:13",
642662
"1.0.54.0": undefined,
643663
"1.0.86.0": undefined,
644664
"1.0.89.0": undefined,
@@ -672,6 +692,7 @@ Object {
672692
"lambdaInsightsVersions": Object {
673693
"1.0.119.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:16",
674694
"1.0.135.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:18",
695+
"1.0.143.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:20",
675696
"1.0.54.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:2",
676697
"1.0.86.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:11",
677698
"1.0.89.0": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -705,6 +726,7 @@ Object {
705726
"lambdaInsightsVersions": Object {
706727
"1.0.119.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:16",
707728
"1.0.135.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:18",
729+
"1.0.143.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:21",
708730
"1.0.54.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:2",
709731
"1.0.86.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:11",
710732
"1.0.89.0": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -738,6 +760,7 @@ Object {
738760
"lambdaInsightsVersions": Object {
739761
"1.0.119.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:16",
740762
"1.0.135.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:18",
763+
"1.0.143.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:21",
741764
"1.0.54.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:2",
742765
"1.0.86.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:11",
743766
"1.0.89.0": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:12",
@@ -771,6 +794,7 @@ Object {
771794
"lambdaInsightsVersions": Object {
772795
"1.0.119.0": undefined,
773796
"1.0.135.0": undefined,
797+
"1.0.143.0": undefined,
774798
"1.0.54.0": undefined,
775799
"1.0.86.0": undefined,
776800
"1.0.89.0": undefined,
@@ -804,6 +828,7 @@ Object {
804828
"lambdaInsightsVersions": Object {
805829
"1.0.119.0": undefined,
806830
"1.0.135.0": undefined,
831+
"1.0.143.0": undefined,
807832
"1.0.54.0": undefined,
808833
"1.0.86.0": undefined,
809834
"1.0.89.0": undefined,
@@ -837,6 +862,7 @@ Object {
837862
"lambdaInsightsVersions": Object {
838863
"1.0.119.0": undefined,
839864
"1.0.135.0": undefined,
865+
"1.0.143.0": undefined,
840866
"1.0.54.0": undefined,
841867
"1.0.86.0": undefined,
842868
"1.0.89.0": undefined,
@@ -870,6 +896,7 @@ Object {
870896
"lambdaInsightsVersions": Object {
871897
"1.0.119.0": undefined,
872898
"1.0.135.0": undefined,
899+
"1.0.143.0": undefined,
873900
"1.0.54.0": undefined,
874901
"1.0.86.0": undefined,
875902
"1.0.89.0": undefined,
@@ -903,6 +930,7 @@ Object {
903930
"lambdaInsightsVersions": Object {
904931
"1.0.119.0": undefined,
905932
"1.0.135.0": undefined,
933+
"1.0.143.0": undefined,
906934
"1.0.54.0": undefined,
907935
"1.0.86.0": undefined,
908936
"1.0.89.0": undefined,
@@ -936,6 +964,7 @@ Object {
936964
"lambdaInsightsVersions": Object {
937965
"1.0.119.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:16",
938966
"1.0.135.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:18",
967+
"1.0.143.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:20",
939968
"1.0.54.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:2",
940969
"1.0.86.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:11",
941970
"1.0.89.0": "arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:12",
@@ -969,6 +998,7 @@ Object {
969998
"lambdaInsightsVersions": Object {
970999
"1.0.119.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:16",
9711000
"1.0.135.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:18",
1001+
"1.0.143.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:21",
9721002
"1.0.54.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:2",
9731003
"1.0.86.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:11",
9741004
"1.0.89.0": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:12",

0 commit comments

Comments
 (0)