Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 651 Bytes

sveltekit-adapter-aws

SvelteKit AWS universal adapter for creating necessary assets and code which can later be deployed using a custom IaC pipeline.

Install

Run:

pnpm dlx jsr add @hearchco/sveltekit-adapter-aws

Switch your adapter in sveltekit config to @hearchco/sveltekit-adapter-aws

Acknowledgements

This project wouldn't be possible without:

  • sst for most of the code logic
  • jill64 for initial spark on how to make this
  • sdocquir for showing how to implement response streaming