An open API service indexing awesome lists of open source software.

https://github.com/intellitect/snug-serverless-demos


https://github.com/intellitect/snug-serverless-demos

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spokane .Net User Group

## Presented by [IntelliTect](https://intellitect.com/)
* Kelly Adams
* https://github.com/adamskt
* Steve Byerly
* https://github.com/SteveByerly

---

## Serverless applications using Azure Functions and AWS Lambda

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.

### Azure Functions:

Setup a serverless image processing queue using Azure Functions in combination with event streams and queues.

### AWS Lambda:

Create and deploy a serverless ASP.Net Core Web API using only the dotnet cli.

---

## Frameworks

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/