forked from awslabs/aws-deployment-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix validation of notification endpoint to raise when empty
Issue: awslabs#747 ## Why? When no notification endpoint is configured, it did not warm about this. Instead, the execution of the main bootstrap pipeline failed. ## What? * Add validation logic to confirm that a notification endpoint is configured. * When an email address is configured, it should contain the '@' character too.
- Loading branch information
Showing
3 changed files
with
70 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -391,7 +391,7 @@ Guide](./admin-guide.md#adfconfig). | |
|
||
#### Parameter MainNotificationEndpoint | ||
|
||
Optional, default value: (empty) | ||
Required on installation, optional on update, default value: (empty) | ||
|
||
Example: `[email protected]` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters