Interface | Description |
---|---|
ContextProvider |
Provides a Lambda execution environment's Context.
|
ServletToAwsProxyRequestAdapter |
Adapts from
HttpServletRequest to AwsProxyRequest . |
ServletToAwsProxyResponseAdapter |
Writes the contents of a
AwsProxyResponse to a HttpServletResponse . |
Class | Description |
---|---|
AwsApiProxyTestServer |
Implementation that spins up an HTTP server based on Jetty that proxies request to a Lambda.
|
DefaultServletToAwsProxyRequestAdapter |
DefaultImplementation of ServletToAwsProxyRequestAdapter . |
DefaultServletToAwsProxyResponseAdapter |
DefaultImplementation of ServletToAwsProxyResponseAdapter . |
MockContextProvider |
Provides a
MockLambdaContext . |
ServerPort |
Encapsulates the port assignment to be used when starting a server.
|