test: customProvider fixture

This commit is contained in:
Mariusz Nowak 2020-06-03 15:35:31 +02:00 committed by Mariusz Nowak
parent 38c493f197
commit 93091c811c
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,3 @@
'use strict';
module.exports = class CustomPlugin {};

View File

@ -0,0 +1,16 @@
service: custom
provider:
name: customProvider
runtime: foo
plugins:
- ./customProvider
functions:
someFunction:
events:
- someEvent:
someProp: some string
otherFunction:
runtime: bar