Type error
Closed this issue · 1 comments
jansony1 commented
Hi pahud.
This cp Makefile.lambda ./lambda-bundle/Makefile;
in below section of Makefile command should be cp Makefile ./lambda-bundle/Makefile;
func-zip:
rm -rf ./lambda-bundle; mkdir ./lambda-bundle
chmod +x main.sh
cp main.sh bootstrap ./lambda-bundle;
cp Makefile.lambda ./lambda-bundle/Makefile;