UNPKG

open-next-cdk

Version:

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

6 lines (5 loc) 203 B
/** * Returns a SSOOIDC client for the given region. If the client has already been created, * it will be returned from the hash. */ export declare const getSsoOidcClient: (ssoRegion: string) => any;