-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI Setup: Create SQS queues using config
Not sure why we created the script, perhaps people didn't know about existence of this config value.
- Loading branch information
1 parent
8b784ba
commit 6d91bb8
Showing
3 changed files
with
26 additions
and
34 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 |
---|---|---|
@@ -1,3 +1,29 @@ | ||
fake-aws-ses: | ||
enabled: true | ||
sesSender: "backend-integrationk8s@wire.com" | ||
|
||
fake-aws-sqs: | ||
queueNames: | ||
- "integration-brig-events" | ||
- "integration-brig-events-internal" | ||
- "integration-gundeck-events" | ||
- "integration-user-events.fifo" | ||
- "integration-team-events.fifo" | ||
|
||
- "integration-brig-events3" | ||
- "integration-brig-events-internal3" | ||
- "integration-gundeck-events3" | ||
- "integration-user-events3.fifo" | ||
- "integration-team-events3.fifo" | ||
|
||
- "integration-brig-events4" | ||
- "integration-brig-events-internal4" | ||
- "integration-gundeck-events4" | ||
- "integration-user-events4.fifo" | ||
- "integration-team-events4.fifo" | ||
|
||
- "integration-brig-events5" | ||
- "integration-brig-events-internal5" | ||
- "integration-gundeck-events5" | ||
- "integration-user-events5.fifo" | ||
- "integration-team-events5.fifo" |
This file was deleted.
Oops, something went wrong.
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