You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: