Marco Deleu
Marco Deleu
hey sorry folks, I've been using this branch in production for the last week and I haven't had time to clean this up to make it ready for merge. I...
hey @mnapoli and @tillkruss, we have tested this out on AWS Lambda and it seems to be working as expected. The only last concern I have is in regards to...
hey @tillkruss and @mnapoli really sorry for how long this has dragged on. I just did a last round of refactoring to get all changes to a central place and...
I have not tested this in production yet, but I did a few tests on a staging environment with a real AWS Lambda. Everything is working as expected.
Hey @tillkruss and @mnapoli I just noticed I've been running this branch on production since December. Looks like I completely forgot to follow up on this. I just fixed the...
Got blocked by this today. Its really a shame that CDK and SAM are incompatible with each other for local container testing and there are no workarounds provided in this...
The fear of a few tickets being compared against an upgrade from MySQL 5.7 to 8.0 is not something I expected to read. I have to side with Graham on...
Your reply makes it sound like you only care about MariaDB fork of MySQL. However, I'm aware of Laravel dedicated support for MariaDB. AWS RDS still supports MySQL 5.7 until...
I'm not asking Laravel to run a managed MySQL 5.7 as a Cloud Service Provider, so that's quite a moot point. What I'm pointing out is that MySQL 5.7 is...
``` php artisan serve --env=dusk.local pphp artisan dusk ``` Seu `serve` está carregando suas variáveis de ambiente principal (`.env`) enquanto que o Dusk está carregando `.env.dusk.local`, no entanto, o Dusk...