AwsLambdaFunctionCode constructor

AwsLambdaFunctionCode({
  1. String? s3Bucket,
  2. String? s3Key,
  3. String? s3ObjectVersion,
  4. String? zipFile,
})

Implementation

AwsLambdaFunctionCode({
  this.s3Bucket,
  this.s3Key,
  this.s3ObjectVersion,
  this.zipFile,
});