@resolve-js/runtime-aws-serverless
TypeScript icon, indicating that this package has built-in type declarations

0.34.3 • Public • Published

@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

Package Sidebar

Install

npm i @resolve-js/runtime-aws-serverless

Weekly Downloads

23

Version

0.34.3

License

MIT

Unpacked Size

440 kB

Total Files

113

Last publish

Collaborators

  • resolve-admin