We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a92263 commit fa9cc0bCopy full SHA for fa9cc0b
artifact.tf
@@ -27,7 +27,7 @@ data "archive_file" "artifact_dir" {
27
28
type = "zip"
29
source_dir = var.local_artifact.path
30
- output_path = "${path.module}/.artifacts/handler.zip"
+ output_path = "${path.module}/.artifacts/${var.function_name}.zip"
31
}
32
# Upload the zipped artifact to S3
33
resource "aws_s3_object" "artifact_dir" {
0 commit comments