1

I want to create a path as follows in the API Gateway:- /users/{userId}/photos/{photoId}. A clever guy may say why can't you go for /users/photos/{userId}/{photoId}. Well I can't club many path parameters under the same URL.

How can I create a precise URL path with API Gateway.

1 Answer 1

1

Refer to the section with the following heading in this link.

Integration 3: Create a GET Method with Path Parameters to Call the Lambda Function

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.