Skip to content

Commit

Permalink
Updated the other lambdas files for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 21, 2023
1 parent 0052fef commit d22d13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tibanna/lambdas/run_task_awsem.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'function_handler': 'handler',
'handler': 'service.handler',
'region': AWS_REGION,
'runtime': 'python3.9',
'runtime': 'python3.11',
'role': 'tibanna_lambda_init_role',
'description': 'launch an ec2 instance',
'timeout': 300,
Expand Down
2 changes: 1 addition & 1 deletion tibanna/lambdas/update_cost_awsem.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'function_handler': 'handler',
'handler': 'service.handler',
'region': AWS_REGION,
'runtime': 'python3.9',
'runtime': 'python3.11',
'role': 'tibanna_lambda_init_role',
'description': 'update costs of a workflow run',
'timeout': 300,
Expand Down

0 comments on commit d22d13f

Please sign in to comment.