Skip to content

Instantly share code, notes, and snippets.

@sironekotoro
Created May 22, 2021 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sironekotoro/f1e9f57b42ba0d7f63baf1cd4e5c1ca2 to your computer and use it in GitHub Desktop.
Save sironekotoro/f1e9f57b42ba0d7f63baf1cd4e5c1ca2 to your computer and use it in GitHub Desktop.
AWS Lambda Custom Layer
requires 'IO::Socket::SSL';
requires 'Net::SSLeay';
#!/bin/sh
cpanm --notest --local-lib local --no-man-pages --installdeps .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment