Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event definitions for AppSync Events #940

Open
nicklaswj opened this issue Nov 17, 2024 · 0 comments
Open

Event definitions for AppSync Events #940

nicklaswj opened this issue Nov 17, 2024 · 0 comments

Comments

@nicklaswj
Copy link

nicklaswj commented Nov 17, 2024

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:

  1. onPublish
  2. onSubscribe
  3. Lambda authorization , consisting of a authorizationRequest, authorizationContext and a authorizationReponse.
  4. Optionally/debatable definitions for the event API websocket protocol messages.

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant