2

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

Community
  • 1
  • 1
arousseau
  • 21
  • 2
  • Do you have API gateway in front of the Lambda? If not, how are you accessing the Lambda? – stdunbar Feb 27 '17 at 19:54
  • Yes I have API gateway in front of my lambda. I have a GET method with a custom authorizer in my Method Request before the access of the Lambda. – arousseau Feb 28 '17 at 14:28
  • As Jack notes in his response in the thread you posted, this enhancement request has been noted and is on the roadmap. It has not yet launched. – Lorenzo d Mar 06 '17 at 06:09

0 Answers0