constructor()

in src/export-backend-asset-handler/index.ts [55:65]


  constructor(scope: Stack, id: string, props: AmplifyExportAssetHandlerProps) {
    super(scope, id);
    this.exportManifest = props.exportManifest;
    this.categoryStackMapping = props.categoryStackMapping;
    this.categoryStackWithDeployment = props.categoryStackMapping;
    this.exportPath = props.backendPath;
    this.rootStack = scope;

    this.deploymentBucket = this.referenceDeploymentBucket();
    this.env = props.env;
  }