Commit c15a8d2
authored
feat(build): graduate Rust cargo-lambda support from experimental (#8526)
* feat(build): graduate Rust cargo-lambda support from experimental
Remove the experimental/beta flag requirement for building Rust functions
with the rust-cargolambda build method. Users no longer need to pass
--beta-features or set SAM_CLI_BETA_RUST_CARGO_LAMBDA=1 to build Rust
Lambda functions.
Changes:
- Remove RustCargoLambda from ExperimentalFlag class
- Remove _check_rust_cargo_experimental_flag() method from BuildContext
- Update integration tests to not require beta_features flag
- Update unit tests to remove mock for deleted method
* fix: update unit tests for experimental
* feat: move Rust Cargo Lambda out of experimental
- Add CargoLambda to ExperimentalFlag with persistent=True
- Update is_experimental_enabled() to always return True for persistent flags
- Update unit tests for new flag count and persistent behavior1 parent 38b11e6 commit c15a8d2
5 files changed
Lines changed: 6 additions & 8 deletions
File tree
- samcli/commands
- _utils
- build
- tests
- integration/buildcmd
- unit/commands
- _utils
- buildcmd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
710 | 709 | | |
711 | 710 | | |
712 | 711 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | | - | |
| 1269 | + | |
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
| |||
0 commit comments