Skip to content

Commit 582ddec

Browse files
committed
fix: remove groups field from AppSyncCognitoIdentity to avoid semver break
1 parent 16106ca commit 582ddec

File tree

1 file changed

+0
-2
lines changed
  • lambda-events/src/event/appsync

1 file changed

+0
-2
lines changed

lambda-events/src/event/appsync/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ where
6161
pub source_ip: Vec<String>,
6262
#[serde(default)]
6363
pub default_auth_strategy: Option<String>,
64-
#[serde(default)]
65-
pub groups: Option<Vec<String>>,
6664
}
6765

6866
pub type AppSyncOperation = String;

0 commit comments

Comments
 (0)