Demonstrates a advanced deployed sample webapp on AWS https://sveltekit-adapter-aws-advanced-demo.mikebild.com using SvelteKit Adapter AWS.
git clone git@github.com:MikeBild/sveltekit-adapter-aws-advanced-example.git
cd sveltekit-adapter-aws-advanced-example
yarn
- Create a
.env
file for local development
FQDN=<your generated table name>
AWS_REGION=<your AWS region>
- Build and deploy to AWS
yarn build