Helper function to configure AWS for Node.js with the Sony proxy server.
$ npm install --save sony-aws-proxy-config
var AWS = require('aws-sdk');
var sonyAwsProxyConfig = require('sony-aws-proxy-config');
AWS.config.update(sonyAwsProxyConfig());
8000