1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
The link below provides details for accessing header info associated with Lambda function URLs. It has sample code to parse the passed header info, similar to how it is passed from API Gateway via the event structure when Lambdas are invoked in that manner. Your function URL Lambda can then invoke subsequent methods as needed. Function Lambda URL Headers
répondu il y a 4 ans
Contenus pertinents
demandé il y a 9 mois
demandé il y a 2 ans
demandé il y a 9 mois

Maybe it's not clear, but I cannot reach the function if I set that request header. I don't need to know how to retrieve its value, but how to execute the function with that header set.
Can you verify that the Auth Type is set to None on the Lambda?
Yes, the auth type is set to NONE