AWS, Cloud

Serverless Framework in dotnet / C#

I’ve been exploring the serverless framework and took some courses in it using writing handlers in node.js. But since I do a lot of C#/.NET development too, I thought I’d do an example (not as many out there in .net) in C# by creating a starter project with the serverless framework.

Code on https://github.com/kousekt/aws-serverless-rest-dotnet

https://serverless.com/

Leave a comment