Skip to content

Commit

Permalink
feat: add java17 in runtimeLookup (#177)
Browse files Browse the repository at this point in the history
Add java17 in runtimeLookup
  • Loading branch information
joeyzhao2018 authored May 16, 2023
1 parent 6231eba commit ae3bb8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const runtimeLookup: { [key: string]: RuntimeType } = {
"python3.10": RuntimeType.PYTHON,
"java8.al2": RuntimeType.JAVA,
"java11": RuntimeType.JAVA,
"java17": RuntimeType.JAVA,
};

export const runtimeToLayerName: { [key: string]: string } = {
Expand All @@ -69,6 +70,7 @@ export const runtimeToLayerName: { [key: string]: string } = {
"python3.10": "Datadog-Python310",
"java8.al2": "dd-trace-java",
"java11": "dd-trace-java",
"java17": "dd-trace-java",
};

export const govCloudRegions: ReadonlyArray<string> = ["us-gov-east-1", "us-gov-west-1"];

0 comments on commit ae3bb8b

Please sign in to comment.