Package Exports
- export-serverless
- export-serverless/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (export-serverless) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
export-serverless
A serverless plugin that interpolates serverless config so that you can use it more flexibly.
Home page - https://github.com/anonflux/export-serverless
⚡ Pros
- TBD
Before you begin
- Install the serverless framework
npm install -g serverlessGetting started
First, Install and configure
Installation
npm install --save-dev export-serverlessConfiguration
- TBD
# add to your serverless.yml
plugins:
- 'export-serverless'
custom:
export-serverless:
to: ./.sls.config.json