You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iidy should be able to run using only the AWS_* env vars.
For example, if the .aws folder does not exist, it should not fail.
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file or directory, open '/root/.aws/credentials'
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
(node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
rymndhng
changed the title
iidy fails to run if .aws/config file does not exist
iidy fails to run if .aws directory or profile does not exist
Nov 22, 2017
iidy should be able to run using only the AWS_* env vars.
For example, if the
.aws
folder does not exist, it should not fail.The text was updated successfully, but these errors were encountered: