Is it possible to use Alexa Skill Kit's ASK CLI deploy
command to build, for example, a debug
version of the app that deploys a development
environment and a release
version of the app that deploys to a test
environment?
My team and I are trying to deploy the same skill to two different environments, so our testing team can do their thing in the test environments and development can do their thing in the development environment.
This will be a private skill so using http://developer.amazon.com separation of test and "prod" via publishing the application is not an option.
There are probably a lot of ways to accomplish this. Here are some that immediately come to mind:
Personally, I like the npm approach a bit better, but have used bash successfully to do this also. You don't mention which language you are using for you Lambda. I'm working with Javascript, so npm is a good fit for me.
Note also that you can use the AWS CLI for handling your lambda in addition to the ASK CLI.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With