From 71691bf066fdf1c95dbc6d303650cbdccb7bbace Mon Sep 17 00:00:00 2001 From: Phill Tomlinson Date: Mon, 18 Jan 2016 08:49:47 +0000 Subject: [PATCH] Amended the windows build script to now include the new S3 Trigger File lambda. --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 5a51d6a..957b13b 100644 --- a/build.ps1 +++ b/build.ps1 @@ -7,7 +7,7 @@ install-module pscx $version = (Get-content package.json -raw | ConvertFrom-Json).version -Write-Zip -Path index.js,common.js,constants.js, kmsCrypto.js, upgrades.js, *.txt, package.json, node_modules/, -OutputPath .\dist\AWSLambdaRedshiftLoader-$version.zip +Write-Zip -Path index.js,common.js,createS3TriggerFile.js,constants.js, kmsCrypto.js, upgrades.js, *.txt, package.json, node_modules/, -OutputPath .\dist\AWSLambdaRedshiftLoader-$version.zip