We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4225ff commit dbeceabCopy full SHA for dbeceab
deployment/build-s3-dist.sh
@@ -53,6 +53,7 @@ cd "$template_dir"
53
npx ts-node "$template_dir"/cdk-solution-helper/index $"template_dist_dir" "$1" "$2" "$3"
54
55
headline "[Package] Lambda binaries and copy to build_dist_dir"
56
+# TODO remove build command and use binaries generated by cdk synth
57
cd "$source_dir"
58
npm run build:all
59
find . -mindepth 1 -maxdepth 3 -type f -iname "*.zip" -exec cp {} "$build_dist_dir" \;
0 commit comments