webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.35k stars 607 forks source link

Allow use sls offline plugin #782

Closed gbitdev closed 4 years ago

gbitdev commented 4 years ago

It will good to allow to use severless offline plugin to fully offline development.

This is: Feature request

Pavel910 commented 4 years ago

@gbitdev this won't be possible as we're not using Serverless Framework itself, but their Serverless Components.

The best thing you can do at this point to develop completely offline is to use test driven development, and white tests for your plugins. With our upcoming release we will greatly improve testability and provide some tools to easily construct tests (we use those same tools to develop new features on a daily basis).

Cheers!