Thank you for a useful tool. It is necessary to patch main.js as follows. ```javascript var proxy = require('proxy-agent'); aws.config.update({ httpOptions: { agent: proxy('http://hogehoge.com:8080') } }); ```