File tree 2 files changed +2
-2
lines changed
packages/aws-cdk-lib/region-info 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ export const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS: { [key: string]: any } = {
227
227
// US East (Ohio)
228
228
'us-east-2' : 'arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension-Arm64:7' ,
229
229
// US West (N. California)
230
- 'us-west-1' : 'arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension-Arm64:5 ' ,
230
+ 'us-west-1' : 'arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension-Arm64:3 ' ,
231
231
// US West (Oregon)
232
232
'us-west-2' : 'arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension-Arm64:5' ,
233
233
// Africa (Cape Town)
Original file line number Diff line number Diff line change @@ -1155,7 +1155,7 @@ exports[`built-in data is correct 1`] = `
1155
1155
" lambdaInsightsArmVersions" : {
1156
1156
" 1.0.119.0" : undefined ,
1157
1157
" 1.0.135.0" : undefined ,
1158
- " 1.0.229.0" : " arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension-Arm64:5 " ,
1158
+ " 1.0.229.0" : " arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension-Arm64:3 " ,
1159
1159
},
1160
1160
" lambdaInsightsVersions" : {
1161
1161
" 1.0.119.0" : " arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:16" ,
You can’t perform that action at this time.
0 commit comments