UNPKG

open-next-cdk

Version:

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

9 lines (8 loc) 287 B
import { ParsedIniData } from "@smithy/types"; /** * Returns the config data from parsed ini data. * * Returns data for `default` * * Returns profile name without prefix. * * Returns non-profiles as is. */ export declare const getConfigData: (data: ParsedIniData) => ParsedIniData;