itsfabijano

Results 3 comments of itsfabijano

We ran into the same issue today. Our workaround was to add custom install commands to the `Function` construct: ```typescript new sst.Function(this, "HandlerFunction", { handler: "...", bundle: { installCommands: [...