Skip to content

Commit

Permalink
fix: handler in ac sync lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Dec 5, 2024
1 parent b9003b6 commit b3bd272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-seals-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"infrastructure": patch
---

Change ac sync lambda handler to index.sqsQueue
2 changes: 1 addition & 1 deletion apps/infrastructure/src/modules/active_campaign/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "lambda_sync" {
runtime = "nodejs20.x"
architectures = ["x86_64"]

handler = "index.handler"
handler = "index.sqsQueue"
source_path = "${path.module}/functions"
ignore_source_code_hash = true
create_current_version_allowed_triggers = false
Expand Down

0 comments on commit b3bd272

Please sign in to comment.