Staging & Deployment Deep Dive: New Video and Code Sample


#1

New in-depth video! Learn how you can build an Alexa Skill and a Google Action with two stages:

  • dev for local development
  • prod deployed to AWS Lambda (using the Serverless CLI)

You can watch the video here:

And here is the code repository:


pinned globally #2

made this a banner . It will appear at the top of every page until it is dismissed by the user. #3

#4

Great! This is something I took a stab at, then got distracted from.

BTW, I found it easier to just switch over to DynamoDB for the Jovo user state storage and run a local instance of that server when I’m debugging on my own machine, rather than switching back and forth between FileDB and DynamoDB depending on which environment I was running it. But FileDB may be better for local development since you can read the recorded data directly from the file without having to issue a query.