[][src]Module srvrls::application

Application provides the AWS Lambda wrapper and response handling.

Structs

Srvrls

Srvrls wraps your application that implements SrvrlsApplication and interfaces with the AWS Lambda to handle the logic of translating requests and responses.

Traits

SrvrlsApplication

This trait should be implemented by your application to handle inbound events. The values for these responses (e.g., status code, body, headers) will be mapped to the API Gateway response.