Skip to content

1.1.0

Compare
Choose a tag to compare
@mnapoli mnapoli released this 15 Jan 13:56
· 1752 commits to master since this release

Full diff

This release comes with new runtime versions:

  • if you use serverless.yml, you don't have anything to do 😎
  • if you use SAM or CloudFormation or Terraform or CDK, update the layer version numbers (see runtimes.bref.sh)

Improvements:

  • New feature to deploy the vendor/ directory separately via S3, #812 (@tomhatzer)

    custom:
        bref:
            separateVendor: true

    See the documentation for more details.

  • Switch to the new official AWS Lambda Docker images, as a base for the Bref Docker images #830 (@shouze)

Fixed bugs:


FYI I pushed 2 new chapters in the Serverless Visually Explained course:

  • PHP: why is PHP special on Lambda, and how does the Bref FPM runtime works?
  • Databases: how to deploy and run MySQL/PostgreSQL? What about Aurora serverless magic, VPC and related stuff

The "Databases" chapter includes a deployable example, i.e. how to configure and deploy a MySQL database on RDS.