/*
data "aws_sqs_queue" "notifications_queue" {
  name = "${local.name_prefix}-notifications"
}
*/
