Skip to content

Commit 71691bf

Browse files
Phill TomlinsonPhill Tomlinson
authored andcommitted
Amended the windows build script to now include the new S3 Trigger File lambda.
1 parent cde5c95 commit 71691bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install-module pscx
77

88
$version = (Get-content package.json -raw | ConvertFrom-Json).version
99

10-
Write-Zip -Path index.js,common.js,constants.js, kmsCrypto.js, upgrades.js, *.txt, package.json, node_modules/, -OutputPath .\dist\AWSLambdaRedshiftLoader-$version.zip
10+
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
1111

1212

1313

0 commit comments

Comments
 (0)