{"id":16225427,"url":"https://github.com/mikebild/sveltekit-adapter-aws-basic-example","last_synced_at":"2025-03-19T12:30:57.638Z","repository":{"id":57791544,"uuid":"508713806","full_name":"MikeBild/sveltekit-adapter-aws-basic-example","owner":"MikeBild","description":"A basic SvelteKit example webapp using sveltekit-adapter-aws.","archived":false,"fork":false,"pushed_at":"2023-02-22T15:55:43.000Z","size":640,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T18:42:49.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeBild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-29T13:57:08.000Z","updated_at":"2024-08-23T11:49:21.000Z","dependencies_parsed_at":"2024-10-27T20:33:30.988Z","dependency_job_id":"16b5c885-66dc-40de-9585-f8c85a0448ae","html_url":"https://github.com/MikeBild/sveltekit-adapter-aws-basic-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fsveltekit-adapter-aws-basic-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fsveltekit-adapter-aws-basic-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fsveltekit-adapter-aws-basic-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBild%2Fsveltekit-adapter-aws-basic-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBild","download_url":"https://codeload.github.com/MikeBild/sveltekit-adapter-aws-basic-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989576,"owners_count":20379648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T12:45:00.350Z","updated_at":"2025-03-19T12:30:57.320Z","avatar_url":"https://github.com/MikeBild.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SvelteKit Adapter AWS Basic Example\n\nDemonstrates a basic deployed sample webapp on AWS https://sveltekit-adapter-aws-basic-demo.mikebild.com using [SvelteKit Adapter AWS](https://github.com/MikeBild/sveltekit-adapter-aws).\n\n1. Setup your AWS Account using the [AWS-CLI](https://github.com/aws/aws-cli) or [AWS-Vault](https://github.com/99designs/aws-vault)\n2. Clone the repo and install dependencies\n```\ngit clone git@github.com:MikeBild/sveltekit-adapter-aws-basic-example.git\ncd sveltekit-adapter-aws-basic-example\nyarn add aws-cdk sveltekit-adapter-aws\nyarn \u0026\u0026 yarn build\n```\n3. Setup and deploy to AWS\n**svelte.config.js**\n```typescript\nimport { adapter } from 'sveltekit-adapter-aws';\nimport preprocess from 'svelte-preprocess';\n\nexport default {\n\tpreprocess: preprocess(),\n\tkit: {\n\t\tadapter: adapter({\n\t\t\tautoDeploy: true,\n\t\t\tFQDN: 'sveltekit-adapter-aws-basic-demo.example.com',\n\t\t\tstackName: 'sveltekit-adapter-aws-basic-demo'\n\t\t})\n\t}\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Fsveltekit-adapter-aws-basic-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebild%2Fsveltekit-adapter-aws-basic-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebild%2Fsveltekit-adapter-aws-basic-example/lists"}