If you are a new Alexa Skills developer seeking for information, the Alexa developer website is pretty much the first place all of you go to create Alexa skills. The Alexa Skills interface in the developer portal has undergone a lot of change since its inception and is today amongst the most user friendly developer sites in terms of its … Read More
How to deploy Alexa Skill Code to AWS Lambda using Zappa
If you are a developer trying to build something, it is always good to build it on the desktop, try it out and then once you are ready, then upload to the server. What we have done is used ngrock and flask_ask to build a flask app and run it locally. Now the server part comes in as we want … Read More
How to setup DynamoDB Locally on Mac
Step 1 : Install Java When you try to setup DynamoDB on Mac, you will need to have Java Installed. If you just go to Java website by Oracle and install, still you may get error on command line tools like below. “To use the java command-line tool, you need to install a JDK.” It asks you to click “More … Read More