@liflig/cdk
    Preparing search index...

    Interface LambdaAlarmsProps

    interface LambdaAlarmsProps {
        alarmAction: IAlarmAction;
        lambdaFunction: IFunction;
        logHandler?: IFunction;
        warningAction: IAlarmAction;
    }
    Index

    Properties

    alarmAction: IAlarmAction

    The CloudWatch alarm action to use for high-severity alarms (ALARM channel).

    lambdaFunction: IFunction

    The Lambda to add alarms to.

    logHandler?: IFunction

    Optional Lambda function that will receive forwarded log events. If provided, subscription filters will be created to forward matching logs

    warningAction: IAlarmAction

    The CloudWatch alarm action to use for lower-severity warnings (WARNING channel).