amplify-adapter-customized
v0.2.2
Published
Customized Adapter for SvelteKit v1/v2 + Amplify SSR CI/CD
Readme
amplify-adapter-customized
Thanks to Gustavo Zimbron(https://github.com/gzimbron) for the base library
Adapter for SvelteKit apps to Amplify Host CI/CD.
Limitations:
- Artifacts size limit: 200 MB
- Upload file size limit: 50 MB
Video tutorial
Official documentation on AWS Amplify
https://docs.aws.amazon.com/amplify/latest/userguide/get-started-sveltekit.html
Sveltekit amplify adapter installation
- Install with npm, pnpm or yarn:
npm install --save-dev amplify-adapter-customized- Add the adapter to your
svelte.config.js:
// svelte.config.js
import adapter from 'amplify-adapter-customized';
