aws-lambda-cpp icon indicating copy to clipboard operation
aws-lambda-cpp copied to clipboard

readme - instructions about demo.zip

Open krol3 opened this issue 4 years ago • 1 comments

Hi! I'm following the readme about package. In the makefile it doesnt exits the target: aws-lambda-package-demo

make aws-lambda-package-demo make: *** No rule to make target 'aws-lambda-package-demo'. Stop.

The last command above make aws-lambda-package-demo will create a zip file called demo.zip in the current directory.

krol3 avatar Jun 20 '21 23:06 krol3

I'll assume you're talking about the dynamodb example. The name of the make target is aws-lambda-package-<project_name>. Where <project_name> comes from the CMakeLists.txt file (project directive), so for the dynamodb example, it's ddb-demo not just demo.

dsiguero avatar Sep 19 '21 15:09 dsiguero