HEROKU H10 ERROR AWS

//change
import AWS from 'aws-sdk'
//into
const AWS = require('aws-sdk')
//This avoids memory problemes
Arex