-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
High level adjustments of structure and import pattern, also new emai…
…l stack (#688) * add validate * Add vallidation logic to main * Define new recources for email stack * clean up and add email data bucket * adjust stacks and tsconfig * tsconfig changes * ignoreing false pos pws * fix weird typo * Fix some typing stuff etc * move additionalRules * update deployment test with test config values * fixing more false pos secret detections * replace code with tests * bun up * fix issue where ses cant publish to sns * fix issue where security group wasnt reachable. fwiw this syntax is very strange, always has been. you can check out the createTriggers lambda to see where else we use it * deploy dependency and permission fixes * fix non-namespaced resource name causing collision * namespace * remove email identity creation --------- Co-authored-by: Mike Dial <[email protected]>
- Loading branch information
1 parent
b280bc7
commit fa78912
Showing
36 changed files
with
2,141 additions
and
1,983 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 |
---|---|---|
|
@@ -18,4 +18,5 @@ build_run | |
|
||
# tests | ||
coverage | ||
__snapshots__ | ||
__snapshots__ | ||
bin |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.