Dmitry

Results 23 comments of Dmitry

Thank you @Sydney-o9 for your work on this!

> CI's complaining.. I'll try to look into it ASAP Sent you a few messages on the Dgraph Slack btw! @romshark

I use this Serverless plugin atm :) https://github.com/fernando-mc/serverless-finch I deploy it in my package.json with `"deploy:s3": "next export && sls client deploy --no-confirm"`

Thanks for this! Was trying to figure it out too :P

Very much looking forward to this functionality, as my app relies heavily on operations like adding/subtracting for managing balances on user types. Using a custom built mutex is such a...

I'd be interested in building a Terraform example for GKE! @hackintoshrao Nice job on your example!

+1 for adding hashes! Using Cloudflare CDN so would be beneficial to have hashes associated with the `_payload.json` files so that I don't have to invalidate these pages manually on...

Also I was looking at this page the other day and noticed that it says Vercel's Concurrency Limit is 1000. While this is the case for Vercel Serverless Functions, Vercel...

> Certainly, `waitUntil` was indeed not found. Upon inspecting the code, it appears that in Hono, the Context of the Request received by Next.js is configured. > > https://github.com/honojs/hono/blob/3b71dc647fb5ed2d648f0df1276d36ce4f3a58eb/src/adapter/vercel/handler.ts#L6-L9 >...