solid-start-sst
TypeScript icon, indicating that this package has built-in type declarations

2.41.5 • Public • Published

solid-start-sst

Adapter for Solid apps that work on AWS Lambda and AWS Lambda@Edge.

Usage

Add the adapter in your vite.config.js file. By default this deploys to an AWS Lambda Function.

import solid from "solid-start/vite";
import aws from "solid-start-sst";

export default defineConfig({
  plugins: [solid({ adapter: aws() })],
});

To deploy to the edge pass in the edge option.

import solid from "solid-start/vite";
import aws from "solid-start-sst";

export default defineConfig({
  plugins: [solid({ adapter: aws({ edge: true }) })],
});

/solid-start-sst/

    Package Sidebar

    Install

    npm i solid-start-sst

    Weekly Downloads

    46

    Version

    2.41.5

    License

    MIT

    Unpacked Size

    12.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • thdxr
    • fanjie