You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(apigateway): add convenience url property at resource level (#4686)
* feat(apigateway): add convenience url property at resource level
This allows to reference the URL of a resource without having to do
`api.urlForPath(resource.path)` or `resource.restApi.urlForPath(resource.path)`.
* use getter
0 commit comments