This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Commit f2b5539
authored
* [DOP-3639]: Create base API construct
* [DOP-3639]: Create ts files to export specific lambda handler
* [DOP-3639]: Create ts files to export specific lambda handler
* [DOP-3639]: Create methods for triggering builds
* [DOP-3639]: Remove the jobQueue as an attribute for the webhooks construct
* [DOP-3639]: Rename construct to better reflect what it represents
* [DOP-3639]: Use correct path
* [DOP-3639]: Retrieve SSM params
* [DOP-3639]: Add DB name
* [DOP-3639]: Add dochub env vars
* [DOP-3639]: Add correct dochub path
* [DOP-3639]: use correct method to retrieve secure strings
* [DOP-3639]: Delete zip script in favor of using NodejsFunction construct
* [DOP-3639]: Update esbuild config for nodejsfunctions
* [DOP-3639]: Remove bundle script and handlers
* [DOP-3639]: Get tests working
* [DOP-3639]: Delete handlers and remove zip script
* [DOP-3639]: refactor so that queues are a separate construct from the api
* [DOP-3639]: add correct identifiers for constructs
* [DOP-3639]: Update comments for bundling
* [DOP-3639]: Update tests
* [DOP-3639]: Clean up some typing
* [DOP-3639]: Add script to bundle lambda config with zip
* [DOP-3639]: Add permission to execute script
* [DOP-3639]: rename file
* [DOP-3639]: Use the regular function construct again and update bundling script
* [DOP-3639]: Add updated script and add snapshot test
* [DOP-3639]: Add updated script
* [DOP-3639]: Prune dev dependencies when deploying lambda
* [DOP-3639]: Add slack auth token
* [DOP-3639]: Add queue urls as env vars
* [DOP-3639]: Grab DB info from ssm
* [DOP-3639]: Update env vars
* [DOP-3639]: Remove cdk.context.json
* [DOP-3639]: Update gitignore and use valueFromLookup
* [DOP-3639]: Refactor code to successfully deploy and use config variables
* [DOP-3639]: Remove unnecessary build command
* [DOP-3639]: Remove unnecessary build script
* [DOP-3639]: Refactor env vars into separate construct
* [DOP-3639]: Remove build.zip from gitignore
* [DOP-3639]: Remove bundle command
* [DOP-3680]: Add v2 handlers
* [DOP-3680]: Use v2 handlers
* [DOP-3680]: Revert slack v1
* [DOP-3639]: Remove additional slash
* [DOP-3639]: Remove unused params
* [DOP-3639]: Remove unused import
* [DOP-3639]: Use esModuleInterop
* [DOP-3640]: Rename to simplify stuff
* [DOP-3640]: Add util to get bucket names
* [DOP-3640]: Add task definition for fargate and create cluster
* [DOP-3640]: Refactor Stack and constructs
* [DOP-3640]: Add CDK infra to docker ignore
* [DOP-3640]: Rename files to be less generic and add task definition for lambdas
* [DOP-3640]: Work on creating bucket constructs
* [DOP-3640]: destroy buckets when tearing down
* [DOP-3640]: Grant ecs task permission to read and write from buckets
* [DOP-3640]: Add VPC endpoint for ECR
* [DOP-3640]: Add custom dockerfile for testing enhanced app
* [DOP-3640]: Refactor path names to take into account the environment
* [DOP-3640]: Add a bunch of env vars
* [DOP-3640]: Add a bunch of env vars for worker
* [DOP-3640]: Remove unused env var
* [DOP-3640]: Refactor object destructure for consistency
* [DOP-3640]: Add first routing rule
* [DOP-3640]: Add routing rules for root bucket
* [DOP-3640]: Refactor container props to be a little nicer
* [DOP-3640]: Add feature branch deploy logic
* [DOP-3640]: Add env to worker
* [DOP-3640]: Move stuff around and work on getting secure strings using aws sdk
* [DOP-3640]: Add SSM client SDK to query secure strings
* [DOP-3640]: Add remaining secure strings and refactor stack to use async ssm client
* [DOP-3640]: Grant permissions to the ECS cluster to read and write to queues
* [DOP-3640]: Add Tag for stack to help debug costs
* [DOP-3640]: Refactor layout to be a bit simpler
* [DOP-3640]: Refactor enhanced job to check for correct job type
* [DOP-3640]: Remove unnecesssary code
* [DOP-3640]: Update readme
* [DOP-3640]: Update prettier to ignore cdk-infra
* [DOP-3640]: Use clustername for task definition family (that's the value that is actually used)
* [DOP-3640]: Update README
* [DOP-3640]: Update readme and rename context variables
* [DOP-3640]: Refactor how environment variables are retrieved to not depend on current scope
* [DOP-3640]: Add routing rule for 1.1.4 of atlas cli
* [DOP-3640]: Call initContextVars
1 parent d2c57ad commit f2b5539
File tree
26 files changed
+1960
-142
lines changed- cdk-infra
- bin
- lib
- constructs
- api
- queue
- worker
- utils
- src/enhanced
- types
- utils
- utils/queue
26 files changed
+1960
-142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
2 | 18 | | |
3 | 19 | | |
4 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
9 | 21 | | |
10 | 22 | | |
11 | 23 | | |
12 | | - | |
13 | 24 | | |
14 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
15 | 49 | | |
16 | 50 | | |
Lines changed: 22 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
| |||
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
| 140 | + | |
| 141 | + | |
133 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
134 | 150 | | |
135 | 151 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments