John Forte

Results 8 comments of John Forte

> ```js > // nextjs has a built in body parser middleware that won't parse > // the body if there's already a body field on the request, > //...

@anthonyroach interesting, I have switched to lambda dockers and that works fine for me.

I can get behind the php part, as you pointed out it is pretty standard at this point in php development. As for the view, I don't like the javascript...

I wouldn't worry about the middleware part since we can just build all HTML to be cached in the database, so it would be generated once. I was thinking about...

Hello, you really should go with a more abstract database, if you plan on doing auto updating, too many issues can a raise with an unstable database, or even foreign...

I agree with @halojoy, why use something else to manage all discussion when you can use the thing you built!

It seems like AWS is deprecating this feature per the Aurora team https://stackoverflow.com/questions/72231268/when-will-aurora-serverless-v2-have-a-data-api

> I don't have other suggestions other than `ip-rate-limit`, maybe you have an idea for other names. Why not just ip-deny-middleware? Those make more sense than an ip-rate-limit.