Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme - instructions about demo.zip #123

Open
krol3 opened this issue Jun 20, 2021 · 1 comment
Open

readme - instructions about demo.zip #123

krol3 opened this issue Jun 20, 2021 · 1 comment

Comments

@krol3
Copy link

krol3 commented Jun 20, 2021

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.

@dsiguero
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants