constructor()

in lib/honeycode-api-lab-stack.js [17:22]


  constructor(scope, id, props) {
    super(scope, id, props);
    importCustomersS3(this);
    importCustomersDynamoDB(this);
    exportContactHistory(this);
  }