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

Use a zip file to replace lambda code #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FuriKuri
Copy link

@FuriKuri FuriKuri commented Oct 6, 2018

The example lambda function alexa-skills-kit-nodejs-factskill is using other npm dependencies than the custom code. So when I was creating my first alexa skill (with the help of this awesome tutorial 😀), I needed to upload a complete zip file.

Issue #, if available:

Description of changes:
I changed the step of just replacing the lambda code with using a zip file. For easy usage I've created a S3 bucket with the name skill-sample-nodejs-hello-world (if you want I can delete so that you can create the bucket with this name) and uploaded the zip file. I've also added the alternative step to build your own zip file. Once the zip file is uploaded the node_modules include the correct dependencies and the people can continue changing the code within the online editor.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@franklin-lobb franklin-lobb self-assigned this Feb 12, 2019
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

Successfully merging this pull request may close these issues.

2 participants