I'm facing a little problem with my custom authorizer AWS lambda function. In my Header request I have my Authorization token and I have an other data 'My-Internal-Integer' and I was wondering if it is possible to get 'My-Internal-Integer' value in my custom authorizer AWS lambda function thanks to event or context maybe, I don't know. From this topic : How to access http headers in custom authorizer AWS lambda function it seems that it's not possible, but do you know if there is a workaround to get 'My-Internal-Integer' value please ?
Alex