This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am sebykrueger on github. | |
* I am sebykrueger (https://keybase.io/sebykrueger) on keybase. | |
* I have a public key ASBvO-J3b2OH2375__xta5BxhfnzQsytu_Dl6-Du4HdZdAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "sebykrueger.id" is my Blockstack ID. https://onename.com/sebykrueger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* AWS Module: Action: Modularized Code | |
*/ | |
// Export For Lambda Handler | |
module.exports.run = function(event, context, cb) { | |
return cb(null, action()); | |
}; | |
// Your Code |