Skip to main content
Home

Built and signed on GitHub Actions

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

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
64%
Published
a year ago (0.1.12)

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
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hearchco/sveltekit-adapter-aws

Import symbol

import * as sveltekit_adapter_aws from "@hearchco/sveltekit-adapter-aws";
or

Import directly with a jsr specifier

import * as sveltekit_adapter_aws from "jsr:@hearchco/sveltekit-adapter-aws";

Add Package

pnpm i jsr:@hearchco/sveltekit-adapter-aws
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hearchco/sveltekit-adapter-aws

Import symbol

import * as sveltekit_adapter_aws from "@hearchco/sveltekit-adapter-aws";

Add Package

yarn add jsr:@hearchco/sveltekit-adapter-aws
or (using Yarn 4.8 or older)
yarn dlx jsr add @hearchco/sveltekit-adapter-aws

Import symbol

import * as sveltekit_adapter_aws from "@hearchco/sveltekit-adapter-aws";

Add Package

vlt install jsr:@hearchco/sveltekit-adapter-aws

Import symbol

import * as sveltekit_adapter_aws from "@hearchco/sveltekit-adapter-aws";

Add Package

npx jsr add @hearchco/sveltekit-adapter-aws

Import symbol

import * as sveltekit_adapter_aws from "@hearchco/sveltekit-adapter-aws";

Add Package

bunx jsr add @hearchco/sveltekit-adapter-aws

Import symbol

import * as sveltekit_adapter_aws from "@hearchco/sveltekit-adapter-aws";