公式サイトを参考にしながらwebpackにaws-sdkをインストールしてたら、こんな感じのエラーが
You may need an additional loader to handle the result of these loaders. SyntaxError: Unexpected token m in JSON at position 0 while parsing near 'module.exports = {"v...'
どうもwebpackのバンドルの際に何かしらのエラーになったみたい。
{
type: 'javascript/auto',
test: /\.json$/,
loader: 'json-loader',
}