serverless-offline-msk
Version:
A serverless offline plugin that enables AWS MSK events
27 lines (26 loc) • 406 B
YAML
- name: endpoint
endpoint:
function: normal
path: foo
method: GET
response:
body: foobar
request:
headers:
Foo: bar
- name: function
endpoint:
function: normal
response:
body: foobar
request:
headers:
Foo: bar
- name: shorthand
endpoint:
function: shorthand
response:
body: foobar
request:
headers:
Foo: bar