Skip to content

Instantly share code, notes, and snippets.

View mmobarak's full-sized avatar

Mo Mobarak mmobarak

  • Lisbon, Portugal
View GitHub Profile
@hughevans
hughevans / build.sh
Created August 12, 2019 05:56
exiftool Lambda layer Node 8.10
#!/bin/sh
export EXIFTOOL_VERSION=11.61
export PERL_VERSION="5-30"
rm -rf layer
curl -sS https://shogo82148-lambda-perl-runtime-ap-southeast-2.s3.amazonaws.com/perl-${PERL_VERSION}-runtime.zip > perl.zip
mkdir layer
cd layer
unzip ../perl.zip