Skip to content

Commit

Permalink
fix(dasmeta-changes): change replica count and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Oct 26, 2023
1 parent 5946ab2 commit 6d901c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
lambda_name = substr(replace("${var.sns_topic_name}-${var.uniq_id}-${var.type}", ".", "-"), 0, 63)
lambda_function_file_path = "${path.module}/src/${var.type}/"
lambda_function_file_path = "${path.module}/src/${var.type}/lambda.py"
lambda_function_hash = filesha256(local.lambda_function_file_path)
lambda_function_output_path = "builds/lambda-${data.aws_region.current.name}-${local.lambda_function_hash}.zip"
}
Expand Down

0 comments on commit 6d901c5

Please sign in to comment.