Commit 85a6e60
committed
Remove relay extension from AWS Layer
we're reverting back to the older setup since the whole 'relay as AWS extension' experiment didn't really work out.
* revert port override in DSN
* remove gh action that bundles relay
* zip in place as part of `buildLambdaLayer`
part of getsentry/team-webplatform-meta#581 parent 0eb81bc commit 85a6e60Copy full SHA for 85a6e60
File tree
Expand file treeCollapse file tree
7 files changed
+33
-130
lines changedOpen diff view settings
Filter options
- .github/workflows
- packages/serverless
- scripts
- src
- scripts
Expand file treeCollapse file tree
7 files changed
+33
-130
lines changedOpen diff view settings
Collapse file
.github/workflows/build.yml
Copy file name to clipboardExpand all lines: .github/workflows/build.yml+1-37Lines changed: 1 addition & 37 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
253 | 253 | |
254 | 254 | |
255 | 255 | |
256 | | - |
257 | | - |
258 | | - |
259 | | - |
260 | | - |
261 | | - |
262 | | - |
263 | | - |
264 | | - |
265 | | - |
266 | | - |
267 | | - |
268 | | - |
269 | | - |
270 | | - |
271 | | - |
272 | | - |
273 | | - |
274 | | - |
275 | | - |
276 | | - |
277 | | - |
278 | | - |
279 | | - |
280 | | - |
281 | | - |
282 | | - |
283 | | - |
284 | | - |
285 | | - |
286 | | - |
287 | | - |
288 | | - |
289 | | - |
290 | | - |
291 | | - |
292 | | - |
293 | 256 | |
294 | 257 | |
295 | 258 | |
| ||
399 | 362 | |
400 | 363 | |
401 | 364 | |
| 365 | + |
402 | 366 | |
403 | 367 | |
404 | 368 | |
|
Collapse file
packages/serverless/package.json
Copy file name to clipboardExpand all lines: packages/serverless/package.json+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | | - |
| 37 | + |
39 | 38 | |
40 | 39 | |
41 | 40 | |
|
Collapse file
packages/serverless/scripts/buildLambdaLayer.ts
Copy file name to clipboardExpand all lines: packages/serverless/scripts/buildLambdaLayer.ts+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
| ||
46 | 47 | |
47 | 48 | |
48 | 49 | |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
49 | 55 | |
50 | 56 | |
51 | 57 | |
|
Collapse file
packages/serverless/src/awslambda.ts
Copy file name to clipboardExpand all lines: packages/serverless/src/awslambda.ts+1-35Lines changed: 1 addition & 35 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
| 6 | + |
14 | 7 | |
15 | 8 | |
16 | 9 | |
| ||
56 | 49 | |
57 | 50 | |
58 | 51 | |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | 52 | |
81 | 53 | |
82 | 54 | |
| ||
106 | 78 | |
107 | 79 | |
108 | 80 | |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | 81 | |
116 | 82 | |
117 | 83 | |
|
Collapse file
packages/serverless/tsconfig.json
Copy file name to clipboardExpand all lines: packages/serverless/tsconfig.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
| 9 | + |
9 | 10 | |
10 | 11 | |
Collapse file
scripts/aws-delete-local-layers.sh
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
| 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 | + |
Collapse file
scripts/aws-deploy-local-layer.sh
Copy file name to clipboardExpand all lines: scripts/aws-deploy-local-layer.sh+4-55Lines changed: 4 additions & 55 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
20 | 19 | |
21 | 20 | |
22 | 21 | |
23 | 22 | |
24 | 23 | |
25 | | - |
26 | 24 | |
27 | 25 | |
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 | 26 | |
79 | | - |
| 27 | + |
| 28 | + |
80 | 29 | |
81 | 30 | |
82 | 31 | |
83 | 32 | |
84 | | - |
| 33 | + |
85 | 34 | |
86 | | - |
| 35 | + |
87 | 36 | |
88 | 37 | |
89 | 38 | |
|
0 commit comments