0.0.2 • Published 5 years ago

@webiny/serverless-template v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

@webiny/serverless-template

npm.io npm.io code style: prettier PRs Welcome

A component to deploy a serverless Webiny template. This component is a fork of @serverless/template, therefore, it is published under the original Apache 2.0 license.

Why?

The original Template component was not the best fit for our needs, so we forked it and modified the internals to get it to work nicely with Webiny. The major change is the way components are resolved: they are no longer ever downloaded from npm. Instead, they are always resolved using require.resolve from your current working directory. This is particularly important when you're developing in the webiny/webiny-js repo. It ensures that all components are resolved using the regular node.js mechanism (node_modules).