I recently created an API, which helps to get the list of languages used and its percentage in the whole account. I want to get the username part from <weird AWS URL>/<username> and save it to a variable username.
Since I couldnt use the path parameter, I am currently using query parameter in the code <Weird aws URL >/something ?username=<Username > . Any help is appreciated. Thanks in advance