-
Notifications
You must be signed in to change notification settings - Fork 18
Using the Pre packaged Zip File
If you don't care about the nitty-gritty of NodeJS projects, you can just download the alexa-libby.zip
file from the latest release. Once the file is extracted, go into the alexa-libby/config
directory and update the default.json
file with your configured server settings.
Once your settings are configured, you should re-zip the project. Note that when re-zipping, you should not re-zip the alexa-libby
directory, but instead its contents:
Now that you have your Zip file, you can return to the Lambda Dashboard, click on your skill, and under the Code tab click the Upload button to upload your configured Zip file.
Getting Started Resources
Libby Configuration
Configuring AWS Lambda
Deploying The Project to Lambda
Configuring the AWS Alexa Skill
Local Development