@@ -187,6 +187,78 @@ export const APPMESH_ECR_ACCOUNTS: { [region: string]: string } = {
187
187
188
188
// https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versions.html
189
189
export const CLOUDWATCH_LAMBDA_INSIGHTS_ARNS : { [ key : string ] : any } = {
190
+ '1.0.135.0' : {
191
+ arm64 : {
192
+ // US East (N. Virginia)
193
+ 'us-east-1' : 'arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
194
+ // US East (Ohio)
195
+ 'us-east-2' : 'arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
196
+ // US West (Oregon)
197
+ 'us-west-2' : 'arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
198
+ // Asia Pacific (Mumbai)
199
+ 'ap-south-1' : 'arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
200
+ // Asia Pacific (Singapore)
201
+ 'ap-southeast-1' : 'arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
202
+ // Asia Pacific (Sydney)
203
+ 'ap-southeast-2' : 'arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
204
+ // Asia Pacific (Tokyo)
205
+ 'ap-northeast-1' : 'arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
206
+ // Europe (Frankfurt)
207
+ 'eu-central-1' : 'arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
208
+ // Europe (Ireland)
209
+ 'eu-west-1' : 'arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
210
+ // Europe (London)
211
+ 'eu-west-2' : 'arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension-Arm64:2' ,
212
+ } ,
213
+ x86_64 : {
214
+ // US East (N. Virginia)
215
+ 'us-east-1' : 'arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:18' ,
216
+ // US East (Ohio)
217
+ 'us-east-2' : 'arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:18' ,
218
+ // US West (N. California)
219
+ 'us-west-1' : 'arn:aws:lambda:us-west-1:580247275435:layer:LambdaInsightsExtension:18' ,
220
+ // US West (Oregon)
221
+ 'us-west-2' : 'arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:18' ,
222
+ // Africa (Cape Town)
223
+ 'af-south-1' : 'arn:aws:lambda:af-south-1:012438385374:layer:LambdaInsightsExtension:11' ,
224
+ // Asia Pacific (Hong Kong)
225
+ 'ap-east-1' : 'arn:aws:lambda:ap-east-1:519774774795:layer:LambdaInsightsExtension:11' ,
226
+ // Asia Pacific (Mumbai)
227
+ 'ap-south-1' : 'arn:aws:lambda:ap-south-1:580247275435:layer:LambdaInsightsExtension:18' ,
228
+ // Asia Pacific (Oskaka)
229
+ 'ap-northeast-3' : 'arn:aws:lambda:ap-northeast-3:194566237122:layer:LambdaInsightsExtension:1' ,
230
+ // Asia Pacific (Seoul)
231
+ 'ap-northeast-2' : 'arn:aws:lambda:ap-northeast-2:580247275435:layer:LambdaInsightsExtension:18' ,
232
+ // Asia Pacific (Singapore)
233
+ 'ap-southeast-1' : 'arn:aws:lambda:ap-southeast-1:580247275435:layer:LambdaInsightsExtension:18' ,
234
+ // Asia Pacific (Sydney)
235
+ 'ap-southeast-2' : 'arn:aws:lambda:ap-southeast-2:580247275435:layer:LambdaInsightsExtension:18' ,
236
+ // Asia Pacific (Tokyo)
237
+ 'ap-northeast-1' : 'arn:aws:lambda:ap-northeast-1:580247275435:layer:LambdaInsightsExtension:25' ,
238
+ // Canada (Central)
239
+ 'ca-central-1' : 'arn:aws:lambda:ca-central-1:580247275435:layer:LambdaInsightsExtension:18' ,
240
+ // China (Beijing)
241
+ 'cn-north-1' : 'arn:aws-cn:lambda:cn-north-1:488211338238:layer:LambdaInsightsExtension:11' ,
242
+ // China (Ningxia)
243
+ 'cn-northwest-1' : 'arn:aws-cn:lambda:cn-northwest-1:488211338238:layer:LambdaInsightsExtension:11' ,
244
+ // Europe (Frankfurt)
245
+ 'eu-central-1' : 'arn:aws:lambda:eu-central-1:580247275435:layer:LambdaInsightsExtension:18' ,
246
+ // Europe (Ireland)
247
+ 'eu-west-1' : 'arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:18' ,
248
+ // Europe (London)
249
+ 'eu-west-2' : 'arn:aws:lambda:eu-west-2:580247275435:layer:LambdaInsightsExtension:18' ,
250
+ // Europe (Milan)
251
+ 'eu-south-1' : 'arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension:11' ,
252
+ // Europe (Paris)
253
+ 'eu-west-3' : 'arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension:18' ,
254
+ // Europe (Stockholm)
255
+ 'eu-north-1' : 'arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension:18' ,
256
+ // Middle East (Bahrain)
257
+ 'me-south-1' : 'arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension:11' ,
258
+ // South America (Sao Paulo)
259
+ 'sa-east-1' : 'arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension:18' ,
260
+ } ,
261
+ } ,
190
262
'1.0.119.0' : {
191
263
arm64 : {
192
264
// US East (N. Virginia)
0 commit comments