GradientEdge CDK Utils
    Preparing search index...

    Interface ApiToEventBridgeTargetLambdaProps

    interface ApiToEventBridgeTargetLambdaProps {
        function: LambdaProps;
        handler?: string;
        layerSource?: AssetCode;
        source?: AssetCode;
    }
    Index

    Properties

    function: LambdaProps

    The Lambda function configuration

    handler?: string

    The Lambda handler entry point

    layerSource?: AssetCode

    The Lambda layer source code asset

    source?: AssetCode

    The Lambda function source code asset