Skip to content

Commit

Permalink
adjust dead letter topic name
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchalinchin committed Aug 1, 2023
1 parent 22123f6 commit aedc30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
# Constants
event_notification_id = "${var.lambda.function_name}-notifications"
event_notification_id = "${var.formatted_function_name}-notifications"
event_notification_arn = "arn:aws:sns:*:*:${local.event_notification_id}"
# note: construct lambda arn before to prevent dependency cycles, i.e.
# notification_policy(lambda) -> lambda(sns) -> sns(notification_policy)
Expand Down

0 comments on commit aedc30c

Please sign in to comment.