Skip to content

Commit c4e97c2

Browse files
committed
fix: make CargoLambda persistent enabled feature
1 parent 6a28209 commit c4e97c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

samcli/commands/_utils/experimental.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ class ExperimentalFlag:
5555
)
5656
}
5757
# CargoLambda is no longer experimental - always enabled
58-
CargoLambda = ExperimentalEntry("experimentalCargoLambda", EXPERIMENTAL_ENV_VAR_PREFIX + "CARGO_LAMBDA", persistent=True)
58+
CargoLambda = ExperimentalEntry(
59+
"experimentalCargoLambda", EXPERIMENTAL_ENV_VAR_PREFIX + "CARGO_LAMBDA", persistent=True
60+
)
5961

6062

6163
def is_experimental_enabled(config_entry: ExperimentalEntry) -> bool:

0 commit comments

Comments
 (0)