Packages

package lambda

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait LambdaHandlerBehavior extends AnyRef

    Defines the behavior a LambdaHandler must implement.

    Defines the behavior a LambdaHandler must implement. They should be tested against a set of the following routes: GET /hello => "Hello World!" GET /hello?times=3 => "Hello World! Hello World! Hello World!" GET /long => takes a second to complete POST /post with body => responds with the body GET /exception => throws a RouteException GET /error => responds with a 500 error code GET /header with header InputHeader => responds with a new header, OutputHeader: outputHeaderValue and the value of InputHeader as the body

Value Members

  1. object LambdaHandlerBehavior

Ungrouped