sveltekit-amplify-starter
SvelteKit + Amplify Gen2 (Hosting, Backend)
usage
- Copy or Fork this repository
- Connect your repository in the Amplify Console
- Done
tips
- ./src/routes/AmplifyInit.svelte automatically loads
./amplify_outputs.json
generated by Amplify CLI on build time or sandbox mode. ./amplify_outputs.json
should not be modified manually and so it is .gitignore
d.
- Server Side Rendering (SSR) works good but streaming does not work.
references