itsfabijano

Results 4 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: [...

I'm experiencing the same problem