@goldstack/template-static-website-aws
Version:
Utilities for deploying a website to CloudFront and S3
17 lines • 1.03 kB
TypeScript
import { type InfraAwsStaticWebsiteCliParams, infraAwsStaticWebsiteCli } from './infraAwsStaticWebsite';
import type { AWSStaticWebsiteConfiguration, AWSStaticWebsiteDeployment, AWSStaticWebsiteDeploymentConfiguration, AWSStaticWebsitePackage } from './types/AWSStaticWebsitePackage';
export type { AWSStaticWebsitePackage, AWSStaticWebsiteConfiguration, AWSStaticWebsiteDeployment, AWSStaticWebsiteDeploymentConfiguration, };
export { infraAwsStaticWebsiteCli };
export type { InfraAwsStaticWebsiteCliParams };
/**
* @description Gets the deployment configuration for a given deployment name.
* @param deploymentName - The name of the deployment.
* @returns The deployment configuration.
*/
export declare const getDeploymentConfig: (deploymentName: string) => AWSStaticWebsiteDeployment;
/**
* @description Runs the CLI command for the AWS Static Website template.
* @param args - Command line arguments.
*/
export declare const run: (args: string[]) => Promise<void>;
//# sourceMappingURL=templateStaticWebsiteAws.d.ts.map