apigateway: should be possible to define part of the URLspace as a construct, also middleware #960
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/large
Large work item – several weeks of effort
feature/enhancement
A new API to make things easier or more intuitive. A catch-all for general feature requests.
feature-request
A feature should be added or improved.
p2
For example, it should be possible to have a set of related urls:
(Or whatever)
And define the group of resources, methods and handlers as a single resource. Consumers should be able to mount these at an arbitrary point in their URL space, hopefully looking like this:
(
UserManager
is then free to contain Lambdas, Dynamo tables and whatnot)It should also be able to wrap an inner urlspace construct in some useful way (like the logger middleware example from the workshop)
The text was updated successfully, but these errors were encountered: