I want my lambda function to have libssl-dev and libffi-dev dependencies.
There are ways to install language-specific dependencies(pip and npm) in ZIP file.
But is including OS-specific dependencies possible like running a shell script to include in lambda layer?
Looking for solutions preferably without involving docker or steps to modify existing AMIs with these dependencies.
1.4m articles
1.4m replys
5 comments
57.0k users