# Functions

Handler is our lambda handler invoked by the `lambda.Start` function call.

# Constants

No description provided by the author
No description provided by the author
SecretKeyHeaderName defines the header that contains the secret key for uploading a file.
No description provided by the author

# 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.