Reputation: 51
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)?
Upvotes: 1
Views: 57
Reputation: 2253
If you can find a library to do it within Lambda's 300 second hard timeout, sure.
Upvotes: 0