russmatney / lambda-gif-to-mp4

Lambda function converting a .gif uploaded to S3 to an .mp4
MIT License
31 stars 6 forks source link

Result flow refactor #4

Closed russmatney closed 9 years ago

russmatney commented 9 years ago

Moves from the array style of promises to a more straightforward promise implementation. It makes optimization easier and keeps flow control in lambda rather than in the plugins.