MauroBaptista.com

Running Laravel Workers in AWS Lambda

Laravel AWS Lambda

In the post Releasing a Laravel app in Lambda using Serverless framework we were exposed to how to set up your Laravel app in AWS Lambda, now we are going a little bit more complex, and set the workers.

Running NPM on Forge when needed

Laravel Forge

Sometimes we only change the code in an API, or some fixes that only touches the backend. When it is done, we don't need to run NPM when doing a deploy

Organizing terminal tabs

Terminal Organization

I use terminal to run commands inside docker, to run git commands and other tasks, here you will be able to add names to your tabs to keep it organized.

Setting Github Actions with Pest

PHP Laravel Pest Test

To make the GitHub actions for apinotready.com fails if the test coverage is below a given threshold, I set it with Pest!