mentum / lambdaws

Deploy, run and get results from Amazon AWS Lambda in a breeze

Home Page:http://mentum.github.io/lambdaws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace wget with curl

cvrabie opened this issue · comments

In order to download external dependencies I noticed you first download wget. This is not necessary as curl -O has the same effect and is already available in the AWS Linux distribution in which Lambda runs. Might help shave off a few milliseconds from the execution time.

@cvrabie you're right, no need to install wget ! we'll fix this shortly !