Skip to content

Commit

Permalink
Merge pull request #8819 from ministryofjustice/Update_271124_3
Browse files Browse the repository at this point in the history
Update_271124_3
  • Loading branch information
nbuckingham72 authored Nov 27, 2024
2 parents 86efa22 + 6e373c2 commit 01b4ac1
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 01b4ac1

Please sign in to comment.