Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duplocloud/serverless
- Owner: duplocloud
- License: mit
- Created: 2024-12-04T21:57:59.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-12T21:21:46.000Z (28 days ago)
- Last Synced: 2024-12-12T22:26:33.115Z (28 days ago)
- Language: TypeScript
- Size: 264 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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
```