Major changes

This commit is contained in:
2025-06-05 23:27:50 +02:00
parent a2dc223d1f
commit 3ea65f060f
107 changed files with 714 additions and 76 deletions
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
for email in $sns_emails; do
echo $email
aws sns subscribe --topic-arn "$sns_arn" --protocol email --notification-endpoint "$email"
done