0.34.3 • Published 2 years ago

@resolve-js/runtime-aws-serverless v0.34.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@resolve-js/runtime-aws-serverless

npm version

This package contains a runtime backend server that targets the AWS serverless environment.

Available Options

You can specify the following option to configure the runtime:

  • importMode- Specifies whether to use static or dynamic imports between the application's modules.

Usage

// config.cloud.js
const prodConfig = {
  runtime: {
    module: '@resolve-js/runtime-aws-serverless',
    options: { importMode: 'dynamic' },
  },
  ...
}

Analytics