diff --git a/lambda/Cargo.toml b/lambda/Cargo.toml index eb718e80..57f09f24 100644 --- a/lambda/Cargo.toml +++ b/lambda/Cargo.toml @@ -6,7 +6,6 @@ description = "AWS Lambda Runtime." edition = "2018" [features] -# no features by default default = ["simulated", "derive"] simulated = [] derive = ["lambda-attributes"]