Unit Testing an Alexa Skill in C# – Step 3a

In Step 3, we created the Lambda function that will provide the functionality of the Alexa Skill we defined in Step 1, we wired everything up and then we tested our Skill.  So far so good.  However, that's an awful long way round to test the Skill Request and Response.  It would be nice if … Continue reading Unit Testing an Alexa Skill in C# – Step 3a