-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
24 lines (19 loc) · 958 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Where will you send the emails?
# The domain name must exist already, but the email address does not, since
# AWS SES will handle that for you.
# AWS Account ID:
# https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html
CDK_DEPLOY_ACCOUNT=1234567890-replace-me
# AWS region to deploy the resources to:
CDK_DEPLOY_REGION=us-east-1
# If you already have a verified Domain Identity in SES, set this to true
SES_SKIP_DOMAIN_IDENTITY_CREATION=false
# This codebase needs a rule set to exist before deployment.
# Create one if you don't have one yet, then set its name here.
# https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html#receipt-rules-create-rule-settings
SES_RULE_SET_NAME=default
# Optionally set a prefix for all of the AWS resources
STACK_PREFIX=Example-Email
# Optionally nest the email objects under a folder
S3_EMAIL_OBJECT_PREFIX=emails/