AWS API Gateway Routing multi parameters

Viewed 20

How to pass multi parameters in API routes from AWS console

/nodes/{id}&{limit}

this routing got One or more path parts appear to be invalid. Parts are validated against this regular expression: ^({[\w.:-]++?}|[a-zA-Z0-9.:_-]+)$

0 Answers
Related