AwsLambdaFunctionLayer constructor

AwsLambdaFunctionLayer({
  1. String? arn,
  2. int? codeSize,
})

Implementation

AwsLambdaFunctionLayer({
  this.arn,
  this.codeSize,
});