aws-lambda-cpp
aws-lambda-cpp copied to clipboard
readme - instructions about demo.zip
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.
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.