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)
}
forked from MikeBild/sveltekit-adapter-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
dev-protocol/sveltekit-adapter-aws
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Sveltekit adapter for AWS
Resources
Code of conduct
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- TypeScript 76.9%
- JavaScript 23.1%