skill-sample-nodejs-adventure-game icon indicating copy to clipboard operation
skill-sample-nodejs-adventure-game copied to clipboard

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

Open grivap opened this issue 6 years ago • 8 comments

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?

grivap avatar Apr 09 '18 16:04 grivap

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.

franklin-lobb avatar May 22 '18 19:05 franklin-lobb

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

eevee444 avatar May 27 '18 19:05 eevee444

Has anyone been able to find the file?

challenged17 avatar Jun 06 '18 14:06 challenged17

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

benzevl avatar Jun 07 '18 11:06 benzevl

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

benzevl avatar Jun 10 '18 04:06 benzevl

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

learnable moment!

Professor77 avatar Jun 10 '18 07:06 Professor77

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?

rbrum avatar Jan 28 '19 17:01 rbrum

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

ashishbairwa avatar Aug 29 '19 19:08 ashishbairwa