Level 53
@michaelnguyen547 yes.
Scheduled jobs are configured using CloudWatch/EventBridge, Vapor creates a rule that runs every minute and invokes your CLI lambda with the php artisan schedule:run command.
https://divinglaravel.com/what-is-aws-lambda-and-how-laravel-vapor-uses-it
2 likes