mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
591 B
591 B
JAWS plug-in module guide
JAWS is exteremly modular by design. JAWS-modules must include code and a jaws.json file. jaws-modules differ from npm-modules in that they are mostly “templates”. Since they are merely templates, we don’t need versioning and dependency management, so you can simply install them from their github url using jaws install <github url>.
The convention is to have a directory per lambda, under a resource dir in your back folder.
Check out the JAWS test project that shows off the modular philosophy of JAWS.