JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q22610F
  • License MIT

Deploy a fullstack serverless web app (including React, Angular, Node.js, Python) with an AWS CloudFront distribution in front of your API Gateway and static content from S3. Use your own custom domain, SSL from AWS, and AWS Web Application Firewall.

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 serverless

Getting started

First, Install and configure

Installation

npm install --save-dev export-serverless

Configuration

  • TBD
# add to your serverless.yml

plugins:
  - 'export-serverless'

custom:
  export-serverless:
    to: ./.sls.config.json