generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to request support for operation interceptors, similar to what's available in other frameworks. My primary use case is to implement authorization checks before operations are executed.
Currently, there doesn't appear to be a straightforward way to intercept operations before they reach the actual implementation. This would be extremely valuable for cross-cutting concerns like:
- Authorization/authentication
- Request validation
- Logging
- Metrics collection
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request