awslabs / aws-lambda-cpp

C++ implementation of the AWS Lambda runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme - instructions about demo.zip

krol3 opened this issue · 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.

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.