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

3
  • Do you have API gateway in front of the Lambda? If not, how are you accessing the Lambda? Commented Feb 27, 2017 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. Commented Feb 28, 2017 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. Commented Mar 6, 2017 at 6:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.