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

Feature request: Enable middleware functionality for AppSyncResolver #4600

Open
2 tasks done
TonySherman opened this issue Jun 21, 2024 · 0 comments
Open
2 tasks done
Labels
feature-request feature request help wanted Could use a second pair of eyes/hands revisit-in-3-months Requires more customers feedback before making or revisiting a decision

Comments

@TonySherman
Copy link
Contributor

Use case

The middleware functionality for the event handler REST APIs provides a really nice way to work with requests but the AppSyncResolver does not have the same API available to it.

Solution/User Experience

Ideally, the AppSyncResolver would have the same dev experience as the REST API middlewares:

app = AppSyncResolver(middlewares=[my_global_middleware])

@app.resolver(type_name="Query", field_name="getTodo", middlewares=[another_middleware])

Alternative solutions

No response

Acknowledgment

@TonySherman TonySherman added feature-request feature request triage Pending triage from maintainers labels Jun 21, 2024
@leandrodamascena leandrodamascena added help wanted Could use a second pair of eyes/hands revisit-in-3-months Requires more customers feedback before making or revisiting a decision and removed triage Pending triage from maintainers labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request feature request help wanted Could use a second pair of eyes/hands revisit-in-3-months Requires more customers feedback before making or revisiting a decision
Projects
Status: Backlog
Development

No branches or pull requests

2 participants