UNPKG

open-next-cdk

Version:

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

8 lines (7 loc) 195 B
import { AwsCredentialIdentity } from "@smithy/types"; /** * @internal */ export interface InstanceMetadataCredentials extends AwsCredentialIdentity { readonly originalExpiration?: Date; }