constructs
constructs copied to clipboard
AWS CDK constructs for PHP applications with Bref
I cannot get this to work whatsoever, and because of a lack of logs I don't know where it's going wrong. I have a Laravel project that I want to...
Is there a way to get access to the created S3 Bucket's RN somehow? I would need it later in my `CDK` description. ```typescript const apiLambda = new PhpFpmFunction(this, `backend-${env}`,...
Its currently possible to include files/folders which parent folder is excluded in CDK? (include key is not valid) ``` const phpFpm = new PhpFpmFunction(this, 'web', { phpVersion: '8.4', handler: 'public/index.php',...
Hi, In version 1.1.0, the bref.sh/layers package is currently locked to ^2.0.95. To be able to deploy a PHP 8.4 application in eu-south-2, we need to update to latest bref.sh/layers...