I need to find the username of the currently loggged in user in AWS
I have found the function RpDeleteCurrentUser which deletes the currently logged in user so clearly the system knows which user is currently logged in but I can’t find a function which will tell me their username.
I’ve only used that in get functions, so not seen your problem.
AWS is single-threaded, and appears to deal with one page in its entirety before moving on to another. So you could maybe get the user name is a ‘start page’ stub function.