Amplify Toolbox
    Preparing search index...

    Type Alias MiddlewareConfig

    type MiddlewareConfig = {
        bundle: string;
        handler: string;
        matchers: string[];
    }
    Index

    Properties

    bundle: string

    Path to middleware bundle

    handler: string

    Handler entry point

    matchers: string[]

    URL patterns this middleware matches