0.3.11 • Published 2 months ago

solid-start-aws v0.3.11

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

start-aws

This package is deprecated see @solidjs/start

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

This is very experimental; the adapter API isn't at all fleshed out, and things will definitely change.

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-aws";

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-aws";

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

2 months ago

0.3.9

6 months ago

0.3.10

6 months ago

0.3.8

7 months ago

0.3.7

7 months ago

0.2.27

10 months ago

0.2.30

9 months ago

0.2.32

9 months ago

0.2.31

9 months ago

0.3.0

9 months ago

0.2.29

10 months ago

0.2.28

10 months ago

0.3.6

8 months ago

0.3.5

8 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.4

9 months ago

0.3.3

9 months ago

0.2.16

1 year ago

0.2.26

1 year ago

0.2.15

1 year ago

0.2.25

1 year ago

0.2.14

1 year ago

0.2.24

1 year ago

0.2.13

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago