https://github.com/intellitect/snug-serverless-demos
https://github.com/intellitect/snug-serverless-demos
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/intellitect/snug-serverless-demos
- Owner: IntelliTect
- License: mit
- Created: 2018-05-11T14:50:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T15:53:07.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T15:09:30.278Z (15 days ago)
- Language: C#
- Size: 16.6 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/