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.
In order to download external dependencies I noticed you first download
wget. This is not necessary ascurl -Ohas 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.