aws / aws-lambda-dotnet

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k stars 477 forks source link

Alexa C# Templates in AWS SDK and Toolkit #34

Closed jonnycouk closed 7 years ago

jonnycouk commented 7 years ago

Could you please add Alexa Skill blueprints in the new C# Lambda Project Blueprints in the AWS Toolkit.

There are a few useful examples there already but I would love to be able to turn out Alexa Skills in C# as this is the future! ;)

kylegalbraith commented 7 years ago

Seems like the Alexa event would need to be added before creating that blueprint, is that correct? @normj

normj commented 7 years ago

Yes we would need an Alexa events package first.

kylegalbraith commented 7 years ago

@normj I would be happy to create a PR and add that events package. Can't seem to find a definition of what the model event is for Alexa, you happen to have a link to a definition? If not, I will just use my own Alexa skill and get the definition from that.

normj commented 7 years ago

I'll gladly take pull request for event types. I haven't look for the documentation on Alexa events yet.

Here is an example pull request I took for adding a new event type. https://github.com/aws/aws-lambda-dotnet/pull/29

bjorg commented 7 years ago

I've published an app using this Alexa .NET library from this repo: https://github.com/timheuer/alexa-skills-dotnet

It works great!

normj commented 7 years ago

Closing since this is already implemented by Alexa.NET and there is no reason to create another library.