UNPKG

open-next-cdk

Version:

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

17 lines (16 loc) 512 B
/** * <p></p> * * @packageDocumentation */ export * from "./S3Client"; export * from "./S3"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export { RuntimeExtension } from "./runtimeExtensions"; export { S3ExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./pagination"; export * from "./waiters"; export * from "./models"; import "@aws-sdk/util-endpoints"; export { S3ServiceException } from "./models/S3ServiceException";