Richard Ward

Results 5 issues of Richard Ward

Hi all and @nikolasburk , I know there is an [AWS serverless lambda Prisma example](https://github.com/prisma/prisma-examples/tree/latest/deployment-platforms/aws-lambda) but nothing yet for using AWS SAM with Prisma as a Lambda Layer. I've been...

## Bug report ### Describe the bug When trying to create a product using the [ProductService.create](https://github.com/medusajs/medusa/blob/0703dd94e88be47fdc61c1caa451c050fbabbef3/packages/medusa/src/services/product.ts#L346) method and not specifying a [profile_id](https://github.com/medusajs/medusa/blob/0703dd94e88be47fdc61c1caa451c050fbabbef3/packages/medusa/src/types/product.ts#L140) (it's optional) then the creation fails with the...

type: bug

This is a request for comment and not to be merged. I want to check a pattern I'm using when converting the tests to typescript. With the update some of...

There is no issue for this - it's part of updating the code base to typescript. This PR contains the changes for moving `packages/medusa/src/services/__tests__/totals.js` to typescript. Is this PR a...

Fixes: https://github.com/medusajs/medusa/issues/2034 Make the `profile_id` mandatory when sending the payload to the `ProductService.create`. Includes a "pretty message" if the `profile_id` is not included. Test results: ``` Test Suites: 172 passed,...