Commit 7761a0f
sai-praveen-os
fix(connectivity_check): include package.json in Lambda zip
PLATEXP-11106
The Lambda was failing with 'Cannot use import statement outside a module'
because package.json with type: module was not included in the zip file.
Updated build script to include package.json alongside index.js.1 parent b95249b commit 7761a0f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments