removed unneccessary http require

This commit is contained in:
ogutperl
2018-01-09 10:15:17 +01:00
parent a2d14579fc
commit 83594e999a

View File

@@ -16,8 +16,6 @@
limitations under the License.
*/
const http = require('http');
exports.handler = (event, context, callback) => {
const request = event.Records[0].cf.request;