Skip to content

Commit

Permalink
🎉 Read local AWS config files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Feb 8, 2018
1 parent 130f261 commit a24ec3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env node

/* Make sure that AWS uses local config files, since this is a CLI util */
process.env.AWS_SDK_LOAD_CONFIG = 'true'

const ora = require('ora')
const neodoc = require('neodoc')
const parseArn = require('aws-arn-parser')
Expand Down

0 comments on commit a24ec3d

Please sign in to comment.