Skip to content

oetzilabs/solidstart-streaming-test.oetzi.dev

Repository files navigation

Testing Streaming SolidStart via AWS Lambda

Setup

Install dependencies:

bun install && bun run sst install

Development

Start the development server:

bun run dev

Open http://localhost:3000 with your browser to see the result.

Deployment

In order to deploy the app, you need to run the following command:

bun run sst deploy --stage production

This will build and deploy the app to the production stage.

  • using aws-lambda preset
  • app.config.ts is configured to use:
  server: {
    preset: "aws-lambda",
    compatibilityDate: "2024-11-23",
    awsLambda: {
      streaming: true,
    },
  },

URL: https://solidstart-streaming-test.oetzi.dev

About

This is a test repository for SolidStart on AWS Lambda (with Streaming) via SST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published