Skip to content

Commit dbeceab

Browse files
committed
Add TODO to update build step to use cdk generated binaries
1 parent a4225ff commit dbeceab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/build-s3-dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ cd "$template_dir"
5353
npx ts-node "$template_dir"/cdk-solution-helper/index $"template_dist_dir" "$1" "$2" "$3"
5454

5555
headline "[Package] Lambda binaries and copy to build_dist_dir"
56+
# TODO remove build command and use binaries generated by cdk synth
5657
cd "$source_dir"
5758
npm run build:all
5859
find . -mindepth 1 -maxdepth 3 -type f -iname "*.zip" -exec cp {} "$build_dist_dir" \;

0 commit comments

Comments
 (0)