Skip to content

Commit

Permalink
Update_271124_3
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckingham authored and Buckingham committed Nov 27, 2024
1 parent 52128a3 commit 6e373c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environments/ppud/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ resource "aws_lambda_function" "terraform_lambda_func_send_cpu_graph_dev" {
tracing_config {
mode = "Active"
}
layers = [
"arn:aws:lambda:eu-west-2:770693421928:layer:Klayers-p312-numpy:8", #Publically available ARN for numpy package
"arn:aws:lambda:eu-west-2:770693421928:layer:Klayers-p312-pillow:1" #Publically available ARN for pillow package
]
}

# Archive the zip file
Expand Down

0 comments on commit 6e373c2

Please sign in to comment.