File tree Expand file tree Collapse file tree
packages/aws-cdk-lib/region-info/build-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1418,7 +1418,7 @@ const ADOT_LAMBDA_LAYER_JAVA_AUTO_INSTRUMENTATION_ARNS: {
14181418} ;
14191419
14201420const ADOT_LAMBDA_LAYER_JAVASCRIPT_SDK_ARNS : { [ version : string ] : { [ arch : string ] : { [ region : string ] : string } } } = {
1421- '1.15.0:2 ' : {
1421+ '1.15.0-1 ' : {
14221422 x86_64 : {
14231423 'ap-northeast-1' : 'arn:aws:lambda:ap-northeast-1:901920570463:layer:aws-otel-nodejs-amd64-ver-1-15-0:2' ,
14241424 'ap-northeast-2' : 'arn:aws:lambda:ap-northeast-2:901920570463:layer:aws-otel-nodejs-amd64-ver-1-15-0:2' ,
@@ -1707,7 +1707,7 @@ const ADOT_LAMBDA_LAYER_JAVASCRIPT_SDK_ARNS: { [version: string]: { [arch: strin
17071707} ;
17081708
17091709const ADOT_LAMBDA_LAYER_PYTHON_SDK_ARNS : { [ version : string ] : { [ arch : string ] : { [ region : string ] : string } } } = {
1710- '1.19.0:2 ' : {
1710+ '1.19.0-1 ' : {
17111711 x86_64 : {
17121712 'ap-northeast-1' : 'arn:aws:lambda:ap-northeast-1:901920570463:layer:aws-otel-python-amd64-ver-1-19-0:2' ,
17131713 'ap-northeast-2' : 'arn:aws:lambda:ap-northeast-2:901920570463:layer:aws-otel-python-amd64-ver-1-19-0:2' ,
You can’t perform that action at this time.
0 commit comments