0.5.16
- Bref will be much lighter by default (accelerating deployments) thanks to @Nyholm in #575
- #572 Add --profile option to every command by @GromNaN
- New case study: https://devops-life.com/blog/2020/03/06/how-serverless-saved-us-for-$2-with-bref-sh/ by @tristanbes
Warning: If you were using the PHP AWS SDK without requiring it in composer.json
, it will no longer be installed by Bref (because Bref does not require it anymore). You need to require it explicitly in your composer.json
:
composer require aws/aws-sdk-php