AwsLambdaFunctionEnvironment constructor
      
      AwsLambdaFunctionEnvironment({ 
    
    
- AwsLambdaFunctionEnvironmentError? error,
- Map<String, String> ? variables,
Implementation
AwsLambdaFunctionEnvironment({
  this.error,
  this.variables,
});