Files
Tomas Dvorak 898a3c303f update
2026-02-24 10:33:59 +01:00

17 lines
1.9 KiB
JSON

{
"id": "bc495943c2738f3828e2e649",
"source": "solid:signals",
"type": "github-document",
"title": "aws-via-sst",
"content": "---\ntitle: AWS via SST\norder: 1\nmainNavExclude: true\nuse_cases: \u003e-\n serverless deployment, aws lambda, container deployment, cloud infrastructure,\n production deployment\ntags:\n - aws\n - sst\n - serverless\n - lambda\n - deployment\n - containers\nversion: '1.0'\ndescription: \u003e-\n Deploy SolidStart apps to AWS Lambda or containers using SST framework with\n streamlined configuration and deployment.\n---\n\n[SST](https://sst.dev/) 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](https://sst.dev/docs/).\n\n## Quick start\n\n1. [Create a SolidStart app](/solid-start/getting-started).\n\n2. In your project, init SST.\n\n```package-exec\nsst@latest init\n```\n\n3. This will detect your SolidStart app and ask you to update your `app.config.ts`.\n\n```ts title=\"app.config.ts\"\nserver: {\n preset: \"aws-lambda-streaming\"\n}\n```\n\n4. When you are ready, you can deploy your app using:\n\n```package-exec\nsst@latest deploy --stage production\n```\n\nYou can [read the full tutorial on the SST docs](https://sst.dev/docs/start/aws/solid).\n\n## Deploy to a Container\n\nYou can also deploy your SolidStart app to a [container](https://sst.dev/docs/start/aws/solid#containers) using SST.",
"url": "https://github.com/solidjs/solid-docs/blob/HEAD/src/routes/guides/deployment-options/aws-via-sst.mdx",
"metadata": {
"path": "src/routes/guides/deployment-options/aws-via-sst.mdx",
"repo": "solidjs/solid-docs",
"repo_url": "https://github.com/solidjs/solid-docs.git",
"size": 1290,
"source_type": "github"
},
"hash": "c6a07cf2ddccd018a8c9b71b97bf5e7b0ded976bc7b4b3cfb295a87666ddee53",
"timestamp": "2026-02-23T11:43:00.187362516+01:00"
}