diff --git a/index.js b/index.js index 8fdd433..980f54c 100644 --- a/index.js +++ b/index.js @@ -16,8 +16,6 @@ limitations under the License. */ -const http = require('http'); - exports.handler = (event, context, callback) => { const request = event.Records[0].cf.request;