Amplify Toolbox
    Preparing search index...

    Type Alias FrameworkAdapterFn

    FrameworkAdapterFn: (projectDir: string) => DeployManifest

    A framework adapter function that produces a DeployManifest from a project.

    For the new manifest format, adapters receive the project directory and return a DeployManifest directly (no intermediate output directory step).

    Type Declaration