Deploying your App

AWS via SST

Edit this page

SST is a framework for deploying applications to any cloud provider. It has a built-in way to deploy SolidStart apps to AWS Lambda. For additional details, you can visit their docs.


Quick start

  1. Create a SolidStart app.

  2. In your project, init SST.

  1. This will detect your SolidStart app and ask you to update your app.config.ts.
app.config.ts
server: {
preset: "aws-lambda-streaming"
}
  1. When you are ready, you can deploy your app using:

You can read the full tutorial on the SST docs.


Deploy to a Container

You can also deploy your SolidStart app to a container using SST.

Report an issue with this page