{"id":13599096,"url":"https://github.com/juranki/sveltekit-cdk","last_synced_at":"2026-01-16T22:25:51.563Z","repository":{"id":43757860,"uuid":"418989361","full_name":"juranki/sveltekit-cdk","owner":"juranki","description":"Tools for deploying SvelteKit to AWS using CDK","archived":false,"fork":false,"pushed_at":"2023-07-03T05:33:57.000Z","size":2983,"stargazers_count":31,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-20T21:44:12.280Z","etag":null,"topics":["aws","cdk","sveltekit"],"latest_commit_sha":null,"homepage":"https://juranki.github.io/sveltekit-cdk/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juranki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-19T15:44:07.000Z","updated_at":"2023-10-08T15:01:30.000Z","dependencies_parsed_at":"2024-11-07T00:33:49.389Z","dependency_job_id":"fec73fe1-d90b-40ee-97e2-e0e376edf665","html_url":"https://github.com/juranki/sveltekit-cdk","commit_stats":{"total_commits":210,"total_committers":3,"mean_commits":70.0,"dds":0.4666666666666667,"last_synced_commit":"a36ce140ea4ff89d241c55431c830958fb10d14b"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/juranki/sveltekit-cdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juranki%2Fsveltekit-cdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juranki%2Fsveltekit-cdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juranki%2Fsveltekit-cdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juranki%2Fsveltekit-cdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juranki","download_url":"https://codeload.github.com/juranki/sveltekit-cdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juranki%2Fsveltekit-cdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28485252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","sveltekit"],"created_at":"2024-08-01T17:00:59.701Z","updated_at":"2026-01-16T22:25:51.518Z","avatar_url":"https://github.com/juranki.png","language":"TypeScript","funding_links":[],"categories":["Adapters"],"sub_categories":["The _How To's?_"],"readme":"# SvelteKit CDK Adapter\n\n\u003e ### WARNING: Not maintained\n\u003e\n\u003e Have a look at [SST](https://docs.sst.dev/) instead.\n\n\n\u003e ### WARNING: Not for production, yet!!\n\u003e\n\u003e No compatibility between versions is garanteed while in [initial development](https://semver.org/#spec-item-4). It's recommended to use exact version in `package.json` to avoid suprices. \n\nThis repo contains tooling to deploy SvelteKit sites to AWS using CDK.\n\nTools are split to two packages: **adapter** that plugs into the sveltekit project, and \n**constructs** that are imported to CDK project to integrate SvelteKit site to other parts\nof your system.\n\n- **[@sveltekit-cdk/adapter](https://github.com/juranki/sveltekit-cdk/tree/main/packages/adapter#readme)** \n  - plugs into the sveltekit project and makes site available to be consumed in CDK stacks\n  - [![npm version](https://badge.fury.io/js/@sveltekit-cdk%2Fadapter.svg)](https://badge.fury.io/js/@sveltekit-cdk%2Fadapter)\n\n-  **[@sveltekit-cdk/constructsv2](https://github.com/juranki/sveltekit-cdk/tree/main/packages/constructsv2#readme)** \n   - SvelteDistribution construct bundles and deploys the site to Lambda@Edge and S3, and distributes it with CloudFront\n   - [![npm version](https://badge.fury.io/js/@sveltekit-cdk%2Fconstructsv2.svg)](https://badge.fury.io/js/@sveltekit-cdk%2Fconstructsv2)\n\n![](https://user-images.githubusercontent.com/6607/153542454-250fc3c6-7c83-401a-aade-73e03939ac2e.png)\n## Howto\n\n**TODO: fill in details**\n\n1. init sveltekit project\n2. init cdk project\n3. add adapter to sveltekit project and point it to cdk project\n4. add constructs to cdk project\n5. optionally edit cdk stacks to\n   - hook site up with other resources\n   - add custom domain and certificate\n   - adjust capacity allocation\n   - ...\n\n## Status\n\n- In initial development, API IS NOT STABLE!\n- I feel quite confident about overall structure\n- Areas of uncertainty that are likely to cause significant changes (== opinions, feedback and advice appreciated)\n  - ~~how to design constructs to be both intuitive and flexible; how much flexibility is really needed~~ **(2022-02-12: focus on ease or use and robustness, even at the expence of flexibility)**\n  - ~~dependency management of constructs: cdk moves fast, v1 and v2 have different approaches to packaging and versioning~~ **(2022-02-12: only support v2)** \n  - ~~adapter interface of sveltekit might still change a little~~\n\n### Links\n\n- [API reference](https://juranki.github.io/sveltekit-cdk/)\n- [@sveltekit-cdk/adapter changelog](https://github.com/juranki/sveltekit-cdk/blob/main/packages/adapter/CHANGELOG.md)\n- [@sveltekit-cdk/constructsv2 changelog](https://github.com/juranki/sveltekit-cdk/blob/main/packages/constructsv2/CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuranki%2Fsveltekit-cdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuranki%2Fsveltekit-cdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuranki%2Fsveltekit-cdk/lists"}