Task timed out after 6.00 seconds

@jdheeter are you asking how to set the timeout for a Lambda function? There’s a timeout property you can set for the function in serverless.yml. It doesn’t seem to be in the documentation but checkout out the source.

functions:
  hello:
    handler: handler.hello
    timeout: 45