UNPKG

open-next-cdk

Version:

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

5 lines (4 loc) 302 B
import { RemoteProviderInit } from "@smithy/credential-provider-imds"; import { AwsCredentialIdentityProvider } from "@smithy/types"; export declare const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; export declare const remoteProvider: (init: RemoteProviderInit) => AwsCredentialIdentityProvider;