Skip to content

Commit

Permalink
Merge pull request #1 from ghrcdaac/mlh0079-5511-py310
Browse files Browse the repository at this point in the history
 - Upgrading to python 3.10
  • Loading branch information
sflynn-itsc authored Jul 23, 2024
2 parents 1974994 + ff3e1ee commit b68a895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_lambda_function" "open_search" {
role = var.cumulus_lambda_role_arn
filename = "${path.module}/opensearch_package.zip"
layers = var.layers
runtime = "python3.8"
runtime = "python3.10"
timeout = 120
# 2 minutes
memory_size = 4096
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cumulus-message-adapter-python==2.1.0
requests==2.27.1
cumulus-message-adapter-python==2.2.0
requests==2.32.3

0 comments on commit b68a895

Please sign in to comment.