UNPKG

open-next-cdk

Version:

Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK

5 lines 172 B
import {Service} from '../service'; import {Signer} from '../cloudfront/signer'; export class CloudFrontCustomizations extends Service { static Signer: typeof Signer; }