Skip to content

Commit 6ce1e4f

Browse files
committed
fix: update doc comment to reflect AppSyncDirectResolverEvent rename
1 parent d3ec7e4 commit 6ce1e4f

File tree

1 file changed

+1
-1
lines changed
  • lambda-events/src/event/appsync

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ where
117117
pub ttl_override: Option<i64>,
118118
}
119119

120-
/// `AppSyncResolverEvent` represents the default payload structure sent by AWS AppSync
120+
/// `AppSyncDirectResolverEvent` represents the default payload structure sent by AWS AppSync
121121
/// when using **Direct Lambda Resolvers** (i.e., when both request and response mapping
122122
/// templates are disabled).
123123
///

0 commit comments

Comments
 (0)