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.
groups
1 parent 16106ca commit 582ddecCopy full SHA for 582ddec
lambda-events/src/event/appsync/mod.rs
@@ -61,8 +61,6 @@ where
61
pub source_ip: Vec<String>,
62
#[serde(default)]
63
pub default_auth_strategy: Option<String>,
64
- #[serde(default)]
65
- pub groups: Option<Vec<String>>,
66
}
67
68
pub type AppSyncOperation = String;
0 commit comments