brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.1k stars 367 forks source link

Support for runtime "provided.al2023" #1856

Open dkreuer opened 2 weeks ago

dkreuer commented 2 weeks ago

AWS Lambda provides an updated OS-only Runtime "provided.al2023" as alternative to "provided.al2". Bref currently only supports "provided.al2".

Is there any plan to either migrate to "provided.al2023" or support both runtimes?

Additional links:

deleugpn commented 2 weeks ago

https://github.com/brefphp/aws-lambda-layers/pull/122