aws-samples/aws-lambda-layer-awscli

Type error

Closed this issue · 1 comments

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;
pahud commented

thank you @jansony1

846aad8