0.5.29
- #680 Updated PHP versions, which means updated Lambda layers (update your layers if you use SAM or Terraform), by @Chtiadrien
- #678 New PHP 8.0 experimental layers (containing PHP 8.0.0-alpha2, not suitable for production of course), by @mnapoli
- Many typo fixes in the documentation, by @chapeupreto
- More documentation improvements by @Chtiadrien, @SOHELAHMED7, @keithbrink
How to test your applications with PHP 8.0 (alpha2)? Replace the PHP version in serverless.yml
:
functions:
function:
...
layers:
- - ${bref:layer.php-74}
+ - ${bref:layer.php-80}
web:
...
layers:
- - ${bref:layer.php-74-fpm}
+ - ${bref:layer.php-80-fpm}