This handles the full deployment lifecycle for PHP applications on AWS Lambda using the Bref framework. It gives you two approaches: full Symfony integration with sub-2-second cold starts, or raw PHP handlers that clock in under 500ms. The skill sets up serverless.yml configs, creates proper handler classes, and includes practical cold start optimizations like lazy loading and classmap autoloading. What's useful here is the opinionated guidance on memory allocation (512MB for Symfony, 256MB for raw PHP) and the built-in validation steps before deployment. If you're running PHP in serverless and fighting cold starts or trying to figure out the right Bref setup, this packages the patterns you'd otherwise piece together from scattered documentation.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill aws-lambda-php-integration