Skip to content

Commit

Permalink
model ingest lambda dependency changes for ci node build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 committed Nov 10, 2021
1 parent fa95bcd commit 96c872d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lambda/ModelIngest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sklearn==0.0
numpy
boto3
2 changes: 1 addition & 1 deletion terraform/lambda_model_ingest.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "lambda_model_ingest" {
lambda_role = nonsensitive(data.aws_ssm_parameter.model_ingest_role.value)
description = "looks for processed-ipppssoot.trigger messages, scrapes and uploads completed job data to DynamoDB"
handler = "lambda_scrape.lambda_handler"
runtime = "python3.8"
runtime = "python3.7"
publish = false
timeout = 180
memory_size = 256
Expand Down

0 comments on commit 96c872d

Please sign in to comment.