yarn
yarn setup
yarn deploy
yarn test
you should see some result with the "apex-up-aws-sdk-v3-bug-example" table in the array
git checkout broken
yarn deploy
yarn test
The remedy for this issue can be seen in index.js:
delete process.env['AWS_PROFILE'];
If the environment variable "AWS_PROFILE" exists V3 AWS-SDK will fail to load credentials.