Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sebykrueger
Created October 8, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebykrueger/503b4dca18d701cbdf72 to your computer and use it in GitHub Desktop.
Save sebykrueger/503b4dca18d701cbdf72 to your computer and use it in GitHub Desktop.
jawserror1
jaws deploy lambda test us-east-1
/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/promise.js:677
throw e;
^
Error: Cannot find module '/Users/sebastiankrueger/Dropbox/seby-code/sebastian_krueger/sandbox/jaws_tutorial/helloworld/awsm.json'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.module.exports.tag (/usr/local/lib/node_modules/jaws-framework/lib/commands/tag.js:29:18)
at CMD.<anonymous> (/usr/local/lib/node_modules/jaws-framework/lib/commands/deploy_lambda.js:180:19)
at CMD.tryCatcher (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/util.js:26:23)
at CMD._getTaggedLambdaPaths (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/method.js:15:34)
at CMD.tryCatcher (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/util.js:26:23)
at Promise._settlePromiseFromHandler (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/promise.js:507:31)
at Promise._settlePromiseAt (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/promise.js:581:18)
at Promise._settlePromises (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/promise.js:697:14)
at Async._drainQueue (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/async.js:123:16)
at Async._drainQueues (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/async.js:133:10)
at Immediate.Async.drainQueues [as _onImmediate] (/usr/local/lib/node_modules/jaws-framework/node_modules/bluebird/js/main/async.js:15:14)
at processImmediate [as _immediateCallback] (timers.js:358:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment