Skip to content

Commit

Permalink
ci: correctly ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 17, 2024
1 parent 89a247b commit 965a168
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed terraform/modules/eventbridge-sqs-lambda/dist.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion terraform/modules/eventbridge-sqs-lambda/function.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_lambda_function" "main" {
filename = "${path.module}/placeholder.zip"
filename = "${path.module}/placeholder.zip" # cd placeholder && zip -r ../placeholder.zip .
function_name = var.function_name
role = aws_iam_role.main.arn
handler = "index.handler"
Expand Down
Binary file modified terraform/modules/eventbridge-sqs-lambda/placeholder.zip
Binary file not shown.

0 comments on commit 965a168

Please sign in to comment.