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

Long execution times

jbeard4 opened this issue · comments

I'm seeing consistent execution times of about 3s for the functions included in example.js

It seems unlikely that this is Lambda execution time, so I'm wondering, where is this time being spent?

Hi there !

The time spent comes directly from aws. They added an annoying extra 2 s. between the time you invoke the function and the time it actually get called on aws.

We filled a ticket and got a reply from the aws team telling us that it'll go away after the preview periode.

Thanks for telling us though!!


François-Xavier P. Darveau
software consultant | mentum

Super powered by Mailbox for iPhone

On Tue, Feb 3, 2015 at 2:15 AM, Jacob Beard notifications@github.com
wrote:

I'm seeing consistent execution times of about 3s for the functions included in example.js

It seems unlikely that this is Lambda execution time, so I'm wondering, where is this time being spent?

Reply to this email directly or view it on GitHub:
#55

Thanks for the reply.

@jbeard4 No problem ! If you have any other questions or requests, feel free !