alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Unable to fine gamebook.zip file as mentioned in the instructions #70

Open grivap opened 6 years ago

grivap commented 6 years ago

Step 11 in the Lambda Function instruction page mentioned uploading the zip file from 'lambda/custom/gamebook.zip'. I don't see that file in this project. Am I missing some information?

franklin-lobb commented 6 years ago

I've noted where the zip file is mentioned. Typically you will build the zip file yourself, combining the code, data files and dependencies, rather than use distributing it as a zip. I'll deep dive into the best way forward, which is likely just to update the instructions. I'm also looking at converting this to our updated SDK, which will come with an updated set of instructions. Let me know if that'll work for you.

eevee444 commented 6 years ago

I can't find it either. Did u update the instructions yet?

challenged17 commented 6 years ago

Has anyone been able to find the file?

benzevl commented 6 years ago

how can we make the zip file without using node.js

benzevl commented 6 years ago

nevermind.. i went ahead and did as I should have, followed the instructions, installed everything and got the skill to work. :)

Professor77 commented 6 years ago

ok so I zipped the contents of lambda\custom\ and called it gamebook.zip

learnable moment!

rbrum commented 5 years ago

Maybe the instructions should be updated to tell people to create the ZIP file, rather than try to find one that doesn't exist in the codebase?

ashishbairwa commented 4 years ago

Zip all the files included in the lambda folder or manually create them then copy and paste.