Skip to content

lgs/sveltekit-adapter-aws-advanced-example

 
 

Repository files navigation

SvelteKit Adapter AWS Advanced Example

Demonstrates a advanced deployed sample webapp on AWS https://sveltekit-adapter-aws-advanced-demo.mikebild.com using SvelteKit Adapter AWS.

  1. Setup your AWS Account using the AWS-CLI or AWS-Vault
  2. Clone the repo and install dependencies
git clone git@github.com:MikeBild/sveltekit-adapter-aws-advanced-example.git
cd sveltekit-adapter-aws-advanced-example
yarn
  1. Create a .env file for local development
VITE_AWS_REGION=us-east-1
VITE_DBTABLE=<your-generated-table-name>
  1. Build and deploy to AWS
yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 54.4%
  • CSS 18.1%
  • JavaScript 16.5%
  • TypeScript 8.1%
  • HTML 2.9%