* Add support for handling APIGatewayProxyRequestEvent objects with empty body (should apply to all GET and DELETE requests, which comply with recommandation of RFC-7231) * Add support ReSTful APIs: path and query string parameters as well as the HTTP method are now extracted from the APIGatewayProxyRequestEvent object and forwarded to the function as message headers * Extend unit tests accordingly