1 parent 6afee4e commit f40cfa1Copy full SHA for f40cfa1
1 file changed
lambda-events/src/event/sqs/mod.rs
@@ -19,6 +19,7 @@ pub struct SqsEvent {
19
/// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
20
#[cfg(feature = "catch-all-fields")]
21
#[cfg_attr(docsrs, doc(cfg(feature = "catch-all-fields")))]
22
+ #[cfg_attr(feature = "builders", builder(default))]
23
#[serde(flatten)]
24
pub other: serde_json::Map<String, Value>,
25
}
0 commit comments