Amplify Toolbox
    Preparing search index...

    CustomSmsSender type for configuring a custom Lambda function for sms sending

    type CustomSmsSender = {
        handler: IFunction;
        kmsKeyArn?: string;
    }
    Index

    Properties

    Properties

    handler: IFunction
    kmsKeyArn?: string