resource "aws_sns_topic" "reminder_topic" { name = "reminders-${var.stage}" policy = <