Skip to content

Commit

Permalink
Add MAX_BULK_SEND_CAPACITY to bin/sam-with-env.sh
Browse files Browse the repository at this point in the history
Should've been in commit 1f5b720.
However, the fact that I set a default in template.yml shielded that
commit from any actual local, dev, or prod deployment breakages.
  • Loading branch information
mbland committed May 27, 2023
1 parent 78937ff commit 5eda0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/sam-with-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ PARAMETER_OVERRIDES=(
"UnsubscribeUserName=${UNSUBSCRIBE_USER_NAME:?}"
"ReceiptRuleSetName=${RECEIPT_RULE_SET_NAME:?}"
"SubscribersTableName=${SUBSCRIBERS_TABLE_NAME:?}"
"MaxBulkSendCapacity=${MAX_BULK_SEND_CAPACITY:?}"
"InvalidRequestPath=${INVALID_REQUEST_PATH:?}"
"AlreadySubscribedPath=${ALREADY_SUBSCRIBED_PATH:?}"
"VerifyLinkSentPath=${VERIFY_LINK_SENT_PATH:?}"
Expand Down

0 comments on commit 5eda0e2

Please sign in to comment.