openssl-lambda-layer icon indicating copy to clipboard operation
openssl-lambda-layer copied to clipboard

A layer for AWS Lambda that allows your functions to use OpenSSL binaries

Results 5 openssl-lambda-layer issues
Sort by recently updated
recently updated
newest added

I've updated the scripts and conducted tests using the official AWS Lambda Node.js 18 image. Solves: https://github.com/alexandredavi/openssl-lambda-layer/issues/6

The Node.js v16 will soon be deprecated on AWS Lambda, so would be good to get the OpenSLL Layer working on the newer runtimes v18 and v20.

I was trying to update the layer so that it would use openssl 1.1.0 instead of 1.0.2, but I realised that the `test.sh` doesn't seem to work on my machine,...

Hi, We use `openssl-lambda-layer` in our terraform module that allow us to create a bunch of resources, the lambda function is failing in AWS `ap-south-2` region with permission denied error...

Aside from updating openssl by using the package available in the latest version of Amazon Linux 2023, I also added a python-based test/example, and expanded the documentation in README.