Look at lib/cats/cats.controller.js:72
- here
AWS.S3
is left as is after transpilation, but there is not such thing asAWS
as somewhere in transpilation it actual import got refactored tovar _awsSdk = _interopRequireDefault(require("aws-sdk"));
but injected type still references old variableAWS.S3
causingReference Error: AWS is not defined