You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently no event definitions for the relatively new AWS AppSync Event service. Going through the AWS docs, I've collected the following list of events that could be added:
I'm open to adding these myself, since I'm currently developing a system that will use AppSync Event, so I need to write them regardless.
Should these definitions live in aws_lambda_events::events::appsync (potentially in a sub-module) or in a new module aws_lambda_events::events::appsync_events ?
Edit: I've just realized that onPublish and onSubscribe only supports javascript handlers - so scratch that...
The text was updated successfully, but these errors were encountered:
There are currently no event definitions for the relatively new AWS AppSync Event service. Going through the AWS docs, I've collected the following list of events that could be added:
onPublishonSubscribeauthorizationRequest
,authorizationContext
and aauthorizationReponse
.I'm open to adding these myself, since I'm currently developing a system that will use AppSync Event, so I need to write them regardless.
Should these definitions live in
aws_lambda_events::events::appsync
(potentially in a sub-module) or in a new moduleaws_lambda_events::events::appsync_events
?Edit: I've just realized that
onPublish
andonSubscribe
only supports javascript handlers - so scratch that...The text was updated successfully, but these errors were encountered: