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

https://github.com/simplify9/serverless


https://github.com/simplify9/serverless

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

| **Package** |**Version** |**Downloads** |
| ------- | ----- | ----- |
| `SimplyWorks.Serverless` | [![NuGet](https://img.shields.io/nuget/v/SimplyWorks.Serverless.svg)](https://nuget.org/packages/SimplyWorks.Serverless) | [![Nuget](https://img.shields.io/nuget/dt/SimplyWorks.Serverless.svg)](https://nuget.org/packages/SimplyWorks.Serverless) |
| `SimplyWorks.Serverless.Sdk` | [![NuGet](https://img.shields.io/nuget/v/SimplyWorks.Serverless.Sdk.svg)](https://nuget.org/packages/SimplyWorks.Serverless.Sdk) | [![Nuget](https://img.shields.io/nuget/dt/SimplyWorks.Serverless.Sdk.svg)](https://nuget.org/packages/SimplyWorks.Serverless.Sdk)

[![Build Status](https://dev.azure.com/simplify9/Github%20Pipelines/_apis/build/status/simplify9.Serverless?branchName=master)](https://dev.azure.com/simplify9/Github%20Pipelines/_build/latest?definitionId=156&branchName=master)

[![Unit Tests](https://img.shields.io/azure-devops/tests/simplify9/Github%20Pipelines/156)](https://img.shields.io/azure-devops/tests/simplify9/Github%20Pipelines/156)

[![Generic badge](https://img.shields.io/badge/contributions-WELCOME-.svg)](https://shields.io/)

# SW.Serverless
*SW.Serverless* is a package that includes a library and functions made to allow users to write and deploy projects without worrying about the underlying infrastructure.

## Getting Started with SW.Serverless
Once you have your program ready for installation it's all smooth sailing from there.
1. Upload your program onto the [installer](https://github.com/simplify9/Serverless/blob/master/SW.Serverless.Installer/Program.cs), running it in your app using a key.
2. Once your program is installed, allow the [runner](https://github.com/simplify9/Serverless/blob/master/SW.Serverless.Sdk/Runner.cs) to handle all the elbow-grease.
3. The user that previously handled the server that used *SW.Serverless* returns the data for you.

## Getting support 👷
If you encounter any bugs, don't hesitate to submit an [issue](https://github.com/simplify9/Serverless/issues). We'll get back to you promptly!