Class for LZA Lambda Construct Class to create LZA standard Lambda function used for custom resource

Hierarchy

  • Construct
    • LzaLambda

Constructors

Properties

node: Node

The tree node.

Stability

stable

resource: IFunction

Methods

  • Function to add NagSuppressions

    Parameters

    • scope: Construct

      Construct

    • id: string

      string

    • nagSuppressionPrefix: string

      string

    Returns void

  • Function to prepare Lambda Environment variables

    Returns

    Returns undefined | {
        [key: string]: any;
    }

  • Returns a string representation of this construct.

    Stability

    stable

    Returns string

  • (deprecated) Checks if x is a construct.

    Returns

    true if x is an object created from a class which extends Construct.

    Deprecated

    use x instanceof Construct instead

    Parameters

    • x: any

      Any object.

    Returns x is Construct

Generated using TypeDoc