NOTE: Rosa (www.rosa.bot) is the new name for ForgotPW
Static marketing front-end website for www.rosa.bot.
Apply Terraform, then execute deployment script.
# pip install iam-starter
export AWS_ENV="dev" && export PROFILE="fpw$AWS_ENV"
iam-starter \
--profile $PROFILE \
--command ./deploy.sh
# pip install iam-starter
export AWS_ENV="prod" && export PROFILE="fpw$AWS_ENV"
iam-starter \
--profile $PROFILE \
--command ./deploy.sh