Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLambdaInvokeAction_Override ¶
func NewLambdaInvokeAction_Override(l LambdaInvokeAction, func_ awslambda.IFunction)
Experimental.
Types ¶
type LambdaInvokeAction ¶
type LambdaInvokeAction interface { awsiotevents.IAction Bind(_scope constructs.Construct, options *awsiotevents.ActionBindOptions) *awsiotevents.ActionConfig }
The action to write the data to an AWS Lambda function.
TODO: EXAMPLE
Experimental.
func NewLambdaInvokeAction ¶
func NewLambdaInvokeAction(func_ awslambda.IFunction) LambdaInvokeAction
Experimental.
Click to show internal directories.
Click to hide internal directories.