Skip to content

Commit 06d2742

Browse files
authored
chore(lambda): adding Insight version (#30466)
### Issue # (if applicable) None. ### Reason for this change https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsARM.html ### Description of changes - adding region - ap-southeast-4 - il-central-1 - adding version * Version 1.0.273.0 * Version 1.0.275.0 * Version 1.0.295.0 * Version 1.0.317.0 ### Description of how you validated changes no ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2869aaa commit 06d2742

File tree

3 files changed

+550
-2
lines changed

3 files changed

+550
-2
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,26 @@ export abstract class LambdaInsightsVersion {
6565
*/
6666
public static readonly VERSION_1_0_229_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.229.0');
6767

68+
/**
69+
* Version 1.0.273.0
70+
*/
71+
public static readonly VERSION_1_0_273_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.273.0');
72+
73+
/**
74+
* Version 1.0.275.0
75+
*/
76+
public static readonly VERSION_1_0_275_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.275.0');
77+
78+
/**
79+
* Version 1.0.295.0
80+
*/
81+
public static readonly VERSION_1_0_295_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.295.0');
82+
83+
/**
84+
* Version 1.0.317.0
85+
*/
86+
public static readonly VERSION_1_0_317_0 = LambdaInsightsVersion.fromInsightsVersion('1.0.317.0');
87+
6888
/**
6989
* Use the insights extension associated with the provided ARN. Make sure the ARN is associated
7090
* with same region as your function

0 commit comments

Comments
 (0)