Viny Machado

Results 9 comments of Viny Machado

@dbartholomae have you figured this out? I'm facing a similar situation. I thought to create the database record when creating the signed URL but not sure how can I handle...

I've ended up doing something pretty close to what you described. What I did was: 1. Client calls the API to get an upload URL 2. Client uploads the file...

+1 It seems to me that clearing the mocks after each test should be the default behavior.

@jayair I'm facing the same problem :( @chrisanderss0n have you figured this out? Below is my folder structure. My serverless project is the user folder. One level above (outside the...

@jayair sorry for the late response. I got back to this issue today. I've created a new repo using the same structure as my project. I still get the same...

I've finally figured out! After comparing my project to this [project example](https://github.com/seed-run/serverless-example-monorepo-with-code-sharing) I've noticed the only difference between them was that my root package.json was missing the **serverless-bundle** dependency. After...

Same problem here... Any news on this?