Posts

Showing posts with the label Lambda Functions

A First Foray into Alexa Skills Using AWS Lambda's with C#

Image
Tonight I decided to try out something new that I had been meaning to for a while rather than continue poking around on my app. Since Alexa's release I've been itching to play with it, I decided whilst I was learning one thing why not learn three things so decided to use AWS Lambdas with .Net Core as well. I've used AWS extensively with work but never used Lambdas although I was aware of them and knew they were similar to Azure Functions,  Ben Godwin 's show on .Net Rocks also convinced me it was time to give them a proper look. .Net Core I've also played with and had some great training from the .Net Core guys at NDC London from this year but I've never published anything. Tonight this was all going to change :) A quick note before I continue, I'm writing this as I go so a few things might feel disjointed but hopefully it will all make sense. First Steps - 1st Hour In order to get going I set my self up a personal Amazon account, you can go do...