LambdaAction constructor

LambdaAction({
  1. required String functionArn,
})

Implementation

LambdaAction({
  required this.functionArn,
});