callbackFactory property

Input? callbackFactory
final

The Javascript function that will be called to produce the callback function that is the entrypoint for the AWS Lambda. Either callback or callbackFactory must be provided.

Implementation

final pulumi.Input<dynamic>? callbackFactory;