Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duplocloud/serverless

A plugin and provider for the serverless framework
https://github.com/duplocloud/serverless

Last synced: 25 days ago
JSON representation

A plugin and provider for the serverless framework

Awesome Lists containing this project

README

        

# Duplocloud Serverless Provider

A serverless plugin which can adapt the aws provider for Duplocloud or be used as a first class serverless provider.

## Installation

```bash
npm install --save serverless-duplocloud
```

## Usage

Load the plugin in your `serverless.yml` file:

```yaml
plugins:
- serverless-duplocloud
```