lambda-packager
lambda-packager copied to clipboard
Builds dependencies for Node.js Lambda functions
S3 Bucket names are unique inside the Amazon Infrastructure. In the CloudFormation-template blueprint for the lambda creation the name of the bucket and key are defined and I didn't see...
``` bash $ lambda-packager deploy ? Stack name lambda-packager ? Region us-east-1 Creating stack lambda-packager... This may take a few minutes. ENOENT: no such file or directory, open '/Users/dcrockwell/.nvm/versions/node/v4.2.1/lib/node_modules/lambda-packager/blueprints/cloudformation-template.json' ```...
I was able to get around the deploy issues and get this deployed to Lambda using some of the code from the forks, but once it is deployed, I cannot...
``` shell $ lambda-packager deploy ? Stack name lambda-packager ? Region us-east-1 Creating stack lambda-packager... This may take a few minutes. ......................{ ResponseMetadata: { RequestId: '133f7dc1-8e64-11e5-b428-19e85fe04c52' }, Stacks: [ {...