We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28209 commit c4e97c2Copy full SHA for c4e97c2
1 file changed
samcli/commands/_utils/experimental.py
@@ -55,7 +55,9 @@ class ExperimentalFlag:
55
)
56
}
57
# CargoLambda is no longer experimental - always enabled
58
- CargoLambda = ExperimentalEntry("experimentalCargoLambda", EXPERIMENTAL_ENV_VAR_PREFIX + "CARGO_LAMBDA", persistent=True)
+ CargoLambda = ExperimentalEntry(
59
+ "experimentalCargoLambda", EXPERIMENTAL_ENV_VAR_PREFIX + "CARGO_LAMBDA", persistent=True
60
+ )
61
62
63
def is_experimental_enabled(config_entry: ExperimentalEntry) -> bool:
0 commit comments