Open pesseyjulien opened 1 year ago
If I comment the 'query_cache_driver' param -> it works.
Hi @pesseyjulien, any reason to think that this is related to this repository? I'm not familiar with this method, so not sure where to go from there.
Yeah, sorry I forgot to mention it works locally and on a server but does not work on my lambda :
functions:
# This function let us run console commands in Lambda
console:
handler: bin/console
role: arn:aws:iam::xxxx:role/lambda
vpc:
securityGroupIds:
- sg-xx
subnetIds:
- subnet-xxx
- subnet-xxx
timeout: 900 # in seconds
reservedConcurrency: 1 # max. processed in parallel
memorySize: 1024
#architecture: arm64
layers:
- ${bref:layer.php-82}
- ${bref-extra:redis-php-82}
- ${bref:layer.console}
- 'arn:aws:lambda:eu-west-3:347599033421:layer:wkhtmltopdf-0_12_6:1'
- 'arn:aws:lambda:eu-west-3:347599033421:layer:amazon_linux_fonts:1'
Thanks, Julien
Do you get any other log or warning before the error?
Nop, I have sent the full error stack trace.
Hi,
After upgrading to 1.1.1 (because now using bref v2), I'm getting the following error :
Orm config :
Any idea why ?
Thanks in advance,