Methods
handler(event)
This function is the root handler, it takes the event created by AWS and uses
it to handle the input. The lambda function this resides in must be setup as
a proxy handler within the AWS gateway, as this needs access to all request
data, and the ability to construct its own responses.
Parameters:
| Name | Type | Description |
|---|---|---|
event |
object | The AWS event object. |