Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 17, 2021
1 parent f7b9062 commit 0af014e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ses-domain/bin/move-to-production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ then
exit 1
fi

if [[ -z $AWS_PROFILE ]] || [[ -z $AWS_DEFAULT_REGION ]
then
echo "* missing AWS_PROFILE=$AWS_PROFILE or AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION"
exit 1
fi

if [ -z $SES_USE_CASE_DESCRIPTION ]
then
SES_USE_CASE_DESCRIPTION="Used for alerting and notification from lambda and other applications to users within our own enterprise mail system"
Expand Down

0 comments on commit 0af014e

Please sign in to comment.