Arpad
03/07/2022, 4:33 PMPATCH /{user_id}
is the same as PATCH /${_id}
As in, api gateway uses those names to map the path parameters, but when you have 2 endpoints with the path parameter in the same location in the url it won't know which lambda to pickSulaiman Baig
03/08/2022, 3:31 AM