Create pkg file in lambda

69 Views Asked by At

I'm quite new to AWS S3 and Lambda. Using nodejs 4.3 with Lambda is it possible to pull in multiple files from an S3 bucket and compile them into a single osx flat package(.pkg)?

1

There are 1 best solutions below

0
On

If you can find a library to do it within Lambda's 300 second hard timeout, sure.