# Functions
No description provided by the author
ParseAndValidate unmarshals the query string parameters into validatable and then calls Validate on it.
NewProxyRequest is a helper method to build a events.APIGatewayProxyRequest object.
ProxyResponseHTML builds an API gateway proxy response where the body's content type is text/html.
ProxyResponseJSON builds an API gateway proxy response where the body's content type is application/json.
UnmarshalAndValidate unmarshals the request's body into validatable and then calls Validate on it.
UnmarshalDynamoDBEventAttributeValues unmarshals attributeValues into v.
# Interfaces
Validatable is an interface for an object that can be validated.