Comparing version 0.0.3-beta-2 to 0.0.3-beta-3
{ | ||
"name": "kes", | ||
"version": "0.0.3-beta-2", | ||
"version": "0.0.3-beta-3", | ||
"description": "Making deployment to AWS using CloudFormation easier and fun", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
@@ -98,2 +98,6 @@ 'use strict'; | ||
const uploads = config.lambdas.map((lambda) => { | ||
if (lambda.s3Source) { | ||
return { Location: `s3://${lambda.s3Source.bucket}/${lambda.s3Source.key}` }; | ||
} | ||
zipLambda(lambda); | ||
@@ -100,0 +104,0 @@ const folderName = getFolderName(lambda.handler); |
43146
1166