Commit 283ed6c
João Taveira Araújo
feat: select runtime / arch based off version
We provide newer builds that can run on `provided.al2` for different
architectures. These builds are under a GOARCH directory (e.g.
`arm64/latest`). This commit identifies what runtime, handler and
architecture to use based off of the version string.
Will defer switching the default for `lambda_version` to a future
release.1 parent 665da06 commit 283ed6c
1 file changed
+26
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
7 | 27 | | |
8 | 28 | | |
9 | 29 | | |
| |||
15 | 35 | | |
16 | 36 | | |
17 | 37 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
23 | 44 | | |
24 | 45 | | |
25 | 46 | | |
| |||
0 commit comments