Amplify Toolbox
    Preparing search index...

    Type Alias CustomEmailSender

    CustomEmailSender type for configuring a custom Lambda function for email sending

    type CustomEmailSender = {
        handler: ConstructFactory<AmplifyFunction> | IFunction;
        kmsKeyArn?: string;
    }
    Index

    Properties

    Properties

    handler: ConstructFactory<AmplifyFunction> | IFunction
    kmsKeyArn?: string