Analysis of the Certificate Authorities accessible within AWS Lambda.
- Install python version similar to one installed on aws lambda (eg: 3.12)
- Download
cryptographypackage intopythonsubfolder using command listed at https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-create-update - Zip
pythonfolder and upload to layers. - Create python function with below code
- Assign cryptography layer to python function.