rayk47 / prisma-adapter-aurora

A Prisma adapter for aurora serverless
0 stars 0 forks source link

Test use of transactions #4

Closed raymondKelly closed 1 month ago

raymondKelly commented 3 months ago

Currently, the example repo https://github.com/limelighthealth/prisma-adapter-aurora/blob/main/packages/examples/aws-lambda/src/lib/handlers/test-adapter.ts we have set up does not test out using transactions. I believe transactions are implemented correctly and should work but we need to test it out and confirm that.

rayk47 commented 1 month ago

Lambda added here https://github.com/rayk47/sandbox-prisma-adapter-aurora/blob/main/src/lib/handlers/create-update-get-transaction.ts to test transactions. Transactions work!