lgs / sveltekit-adapter-aws

A Sveltekit adapter for AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteKit AWS Adapter

Architecture

Architecture

Configuration

export interface AWSAdapterProps {
  cdkProjectPath?: string; // AWS-CDK App file path for AWS-CDK custom deployment applications (e.g. ${process.cwd()}/deploy.js)
  artifactPath?: string; // Build output directory (default: build)
  autoDeploy?: boolean; // Should automatically deploy in SvelteKit build step (default: false)
  stackName?: string; // AWS-CDK CloudFormation Stackname (default: AWSAdapterStack-Default)
  FQDN?: string; // Full qualified domain name of CloudFront deployment (e.g. demo.example.com)
}

Examples

About

A Sveltekit adapter for AWS


Languages

Language:TypeScript 76.9%Language:JavaScript 23.1%