cdk-nextjs-standalone
Version:
Deploy a NextJS app to AWS using CDK and OpenNext.
23 lines (22 loc) • 1.63 kB
TypeScript
export { OptionalARecordProps } from './OptionalARecordProps';
export { OptionalAaaaRecordProps } from './OptionalAaaaRecordProps';
export { OptionalAssetProps } from './OptionalAssetProps';
export { OptionalCertificateProps } from './OptionalCertificateProps';
export { OptionalCloudFrontFunctionProps } from './OptionalCloudFrontFunctionProps';
export { OptionalCustomResourceProps } from './OptionalCustomResourceProps';
export { OptionalDistributionProps } from './OptionalDistributionProps';
export { OptionalEdgeFunctionProps } from './OptionalEdgeFunctionProps';
export { OptionalFunctionProps } from './OptionalFunctionProps';
export { OptionalHostedZoneProviderProps } from './OptionalHostedZoneProviderProps';
export { OptionalNextjsBucketDeploymentProps } from './OptionalNextjsBucketDeploymentProps';
export { OptionalNextjsBuildProps } from './OptionalNextjsBuildProps';
export { OptionalNextjsDistributionProps } from './OptionalNextjsDistributionProps';
export { OptionalNextjsDomainProps } from './OptionalNextjsDomainProps';
export { OptionalNextjsImageProps } from './OptionalNextjsImageProps';
export { OptionalNextjsInvalidationProps } from './OptionalNextjsInvalidationProps';
export { OptionalNextjsRevalidationProps } from './OptionalNextjsRevalidationProps';
export { OptionalNextjsServerProps } from './OptionalNextjsServerProps';
export { OptionalNextjsStaticAssetsProps } from './OptionalNextjsStaticAssetsProps';
export { OptionalProviderProps } from './OptionalProviderProps';
export { OptionalS3OriginProps } from './OptionalS3OriginProps';
export { OptionalTablePropsV2 } from './OptionalTablePropsV2';