-
Notifications
You must be signed in to change notification settings - Fork 417
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
Feature request: Add AppSync Resolver Event Schema to Parser #6111
Comments
We have several examples of expected events here: https://github.com/aws-powertools/powertools-lambda-python/blob/develop/tests/events/appSyncResolverEvent.json. |
I can pick this up @leandrodamascena |
Hey @VatsalGoel3! Yeah, please go ahead! You can use TS implementation to help with that. |
|
Use case
Original issue in TypeScript: aws-powertools/powertools-lambda-typescript#3283
We need to add a new model for AppSync Resolver Events described here - https://docs.aws.amazon.com/appsync/latest/devguide/resolver-context-reference.html
Solution/User Experience
It would work like any of the other built-in schemas that Powertools currently supports: https://docs.powertools.aws.dev/lambda/python/latest/utilities/parser/#built-in-models
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: