Skip to content

Commit

Permalink
Add {SENDER,UNSUBSCRIBE}_USER_NAME to sam-with-env
Browse files Browse the repository at this point in the history
Forgot to include this in commit
6897247.

Caught by the dev CI/CD pipeline:
- https://github.com/mbland/elistman/actions/runs/4658310423/jobs/8243861793

  Error: Failed to create changeset for the stack: elistman-dev, An
  error occurred (ValidationError) when calling the CreateChangeSet
  operation: Parameters: [SenderUserName, UnsubscribeUserName] must have
  values
  • Loading branch information
mbland committed Apr 10, 2023
1 parent 07051da commit b04b550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sam-with-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PARAMETER_OVERRIDES=(
"EmailDomainName=${EMAIL_DOMAIN_NAME:?}"
"EmailSiteTitle=${EMAIL_SITE_TITLE// /\ }"
"SenderName=${SENDER_NAME// /\ }"
"SenderUserName=${SENDER_USER_NAME:?}"
"UnsubscribeUserName=${UNSUBSCRIBE_USER_NAME:?}"
"SubscribersTableName=${SUBSCRIBERS_TABLE_NAME:?}"
"InvalidRequestPath=${INVALID_REQUEST_PATH:?}"
"AlreadySubscribedPath=${ALREADY_SUBSCRIBED_PATH:?}"
Expand Down

0 comments on commit b04b550

Please sign in to comment.