I have scoured the AWS documentation but find no hint on how do this..
I'm new to Lambda@Edge and porting a legacy apache web server app to the platform.
In apache web server and nginx we have access to X509 cert attributes via environment variables, AWS Lambda@Edge seems to have no 'like' capability.
Is there a way for a AWS Lambda function to access a browser's X509 attributes in the @Edge platform ?
thanks