# Functions
Handler is our lambda handler invoked by the `lambda.Start` function call.
# Type aliases
Response is of type APIGatewayProxyResponse since we're leveraging the AWS Lambda Proxy Request functionality (default behavior)
https://serverless.com/framework/docs/providers/aws/events/apigateway/#lambda-proxy-integration.