Skip to content

Commit

Permalink
revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Sep 3, 2024
1 parent 63005cd commit f396b8a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ export function toLambdaRuntime(runtime: Runtime) {
case Runtime.NODEJS_18_X: {
return 'lambda.Runtime.NODEJS_18_X';
}
case Runtime.PYTHON_3_9: {
return 'lambda.Runtime.PYTHON_3_9';
}
case Runtime.PYTHON_3_10: {
return 'lambda.Runtime.PYTHON_3_10';
}
case Runtime.PYTHON_3_11: {
return 'lambda.Runtime.PYTHON_3_11';
}
Expand Down

0 comments on commit f396b8a

Please sign in to comment.