diff --git a/infra/main.tf b/infra/main.tf index d8945ff..eabee6e 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -159,26 +159,26 @@ resource "aws_lambda_permission" "apigw_lambda" { # # create zip file from requirements.txt. Triggers only when the file is updated -# resource "null_resource" "lambda_layer" { -# # triggers = { -# # requirements = filesha1(local.requirements_path) -# # } -# # the command to install python and dependencies to the machine and zips -# provisioner "local-exec" { -# command = <