Skip to content

Commit

Permalink
add email verify identity for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 26, 2024
1 parent 691a912 commit 145d0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ log "SQS Redrive Policy configured."
# Verify Email Identity for SES
log "Verifying email identity for SES..."
awslocal ses verify-email-identity --email [email protected] >/dev/null
awslocal ses verify-email-identity --email [email protected] >/dev/null
log "Email identity verified. Check your email to confirm."

# Subscribe Email to SNS Topic
Expand Down

0 comments on commit 145d0a0

Please sign in to comment.