Presented by IntelliTect
- Kelly Adams
- Steve Byerly
In this demo we discuss the concept of 'Serverless' architecture: what the concept really means, why it's useful, when to/not use it, and present a few examples of how to use it.
Setup a serverless image processing queue using Azure Functions in combination with event streams and queues.
Create and deploy a serverless ASP.Net Core Web API using only the dotnet cli.
There are many frameworks that have abstracted the process of configuring and deploying your serverless applications. Below are some of the more common / populare frameworks.
- Dotnet CLI:
https://github.com/aws/aws-lambda-dotnet - Zeit Now:
https://zeit.co/ - Zappa:
https://www.zappa.io/ - Serverless Framework:
https://serverless.com/