diff --git a/lambda/ModelIngest/requirements.txt b/lambda/ModelIngest/requirements.txt index 8d249009..83344a3c 100644 --- a/lambda/ModelIngest/requirements.txt +++ b/lambda/ModelIngest/requirements.txt @@ -1 +1,2 @@ -sklearn==0.0 \ No newline at end of file +numpy +boto3 \ No newline at end of file diff --git a/terraform/lambda_model_ingest.tf b/terraform/lambda_model_ingest.tf index 6e8be89c..70e9057c 100644 --- a/terraform/lambda_model_ingest.tf +++ b/terraform/lambda_model_ingest.tf @@ -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