A couple of years ago, I tried Alexa skills once.
[Alexa]learn skill kit more
[Lambda]Hello World via Alexa
Recently, I got Echo spot. I tried to build alexa skill for the spot again.
Then, I surprised how the console view is new and useful.

I’d leave some reference here as my note.
- https://github.com/alexa/skill-sample-nodejs-berry-bash
- https://github.com/alexa/alexa-cookbook/blob/master/guides/testing/postman.md
One more thing I surprised. We can develop Lambda Function with Go, Python, Java, JavaScript and #C as a backend of alexa. Alexa itself provide intent as JSON format though.
