Sharing Alexa Hello World at Far Eastern University Makati

Last Thursday March 15, I was able to have an opportunity to share my knowledge about Alexa at Far Eastern University (FEU) Makati. I discussed trends about Voice apps, what is Alexa Skills, utterance, intent and available devices, writing Hello World using AWS Lambda and HTTP endpoint via EC2, Route53 and certbot (SSL) and many more. It was a great day!

Continue reading

AWS Command Line Interface

So why do we need to use AWS Command Line Interface or AWS CLI in creating an Alexa Skills? The reason is that we will use this tool to upload our scripts or codes in AWS Lambda. We can use AWS Lambda to upload manually per script or compress .zip file or direct code through AWS Lambda dashboard or you can use AWS S3 to host a script. So let’s install AWS CLI.

Continue reading