Replies: 3 comments
-
Hola @Shnilj, please look at https://github.com/brefphp/extra-php-extensions, there's a layer for SQLSrv already 🙌 |
Beta Was this translation helpful? Give feedback.
-
Apparently I have the same question. Feels like the vapor and bref layers differ somewhat. @sonnysantino question is not about existence of the layer, but using it with vapor instead of bref. @Shnilj any luck? I found this https://flareapp.io/blog/8-installing-blackfire-on-laravel-vapor and tried to do same steps.
...
layers:
- vapor:php-8.1:al2
#- arn:aws:lambda:eu-north-1:209497400698:layer:php-81-fpm:34 # also tried bref runtimes instead of vapor's https://runtimes.bref.sh/
#- arn:aws:lambda:eu-north-1:209497400698:layer:php-81:34 # however using these breaks function completely
- arn:aws:lambda:eu-north-1:xxxxxxxxxxxx:layer:yaml-php-81:1 # the custom layer, aws id masked
...
PHP info says that
However And cloudwatch shows |
Beta Was this translation helpful? Give feedback.
-
Looks like I found a solution.
Tried to modify at first, but seems it has no effect or Anyway, I instructed the Dockerfile to copy system libraries |
Beta Was this translation helpful? Give feedback.
-
I am currently using Laravel Vapor to run Serverless PHP through AWS. By default, Vapor has an option to use Imagick based on this repository see. I was wondering how I can extend this functionality to add SQLSrv support to my project.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions