Skip to content

Commit c5d982f

Browse files
committed
Update latest and correct the usage of versions
1 parent a6a7288 commit c5d982f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ const ADOT_LAMBDA_LAYER_JAVA_AUTO_INSTRUMENTATION_ARNS: {
14181418
};
14191419

14201420
const 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

17091709
const 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',

0 commit comments

Comments
 (0)